Feat(dbt): Add config object to provide methods aligned with dbt#5271
Merged
themisvaltinos merged 2 commits intomainfrom Sep 3, 2025
Merged
Feat(dbt): Add config object to provide methods aligned with dbt#5271themisvaltinos merged 2 commits intomainfrom
themisvaltinos merged 2 commits intomainfrom
Conversation
georgesittas
reviewed
Sep 1, 2025
Contributor
georgesittas
left a comment
There was a problem hiding this comment.
Does this PR affect the snapshot payload, i.e., can it result in post-migration diffs?
Contributor
Author
it shouldn't no as the payload would stay the same, the config dictionary was part of the payload and nothing changes regarding it's structure only the way it is accessed and modified. Now if there were jinja macros that were using the |
7f4161b to
e38dc13
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds support for the
configvariable and its methods. This exists to handle end-user configuration for custom materialisations and this a first part in supporting that, but also in general to align with dbt's config.