-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add user parameters to resource #2968
Merged
Merged
Changes from 2 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
a761520
add user parameters to resource starts here
sfc-gh-asawicki 290e70e
Add user parameters to schema (WIP)
sfc-gh-asawicki d430300
Use context funcs in user schema def
sfc-gh-asawicki d5b2157
Prepare user parameters schema (WIP)
sfc-gh-asawicki 3ae2d09
Add the rest of user parameters
sfc-gh-asawicki 65b1c4f
Add parameter docs enricher
sfc-gh-asawicki f7b815c
Remove unnecessary Snowflake docs reference
sfc-gh-asawicki f4bf7d5
Use user parameters schema inside the resource
sfc-gh-asawicki 0d51b8a
Regenerate config builder and resource assertions
sfc-gh-asawicki cbe44b3
Add user parameters custom diff
sfc-gh-asawicki b10df4d
Handle user parameters read
sfc-gh-asawicki b1190c0
Handle user parameters create
sfc-gh-asawicki f125152
Handle user parameters update
sfc-gh-asawicki f955c73
Add set/unset parameters logic to the user resource
sfc-gh-asawicki 36fdaa1
Test parameters setting/unsetting through resource
sfc-gh-asawicki f9fe53b
Add unit test to mappers
sfc-gh-asawicki 0424e13
Add gh issues
sfc-gh-asawicki 2e52cf7
Use new resource parameter methods in database, schema, and warehouse
sfc-gh-asawicki 98fd231
Extract resource parameters commons
sfc-gh-asawicki fa163ab
Use generic create for database, shared database, secondary database,…
sfc-gh-asawicki 4a4f0c0
Extract schema parameters
sfc-gh-asawicki e2d3ca0
Run make pre-push
sfc-gh-asawicki 9ea6bc9
Make the parameter methods unexported
sfc-gh-asawicki 5174c87
Add migration guide
sfc-gh-asawicki 202b83f
Fix a few things before the review
sfc-gh-asawicki e4ea65d
Update migration guide
sfc-gh-asawicki e8ea492
Fix acceptance tests
sfc-gh-asawicki c008d12
Fix one more test
sfc-gh-asawicki 9bd3da5
Add missing issues to the list
sfc-gh-asawicki 32df79f
Fix after review
sfc-gh-asawicki e7923b3
Use new methods in resources and datasources
sfc-gh-asawicki fae051d
Run pre-push
sfc-gh-asawicki 8c6ce69
Merge branch 'main' into add-user-parameters-to-resource
sfc-gh-asawicki a7cf32f
Fix the tests after using the sdk function
sfc-gh-asawicki 81243d8
Fix the migration reference
sfc-gh-asawicki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one should have brackets (same in the next test case)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will change the name of the test in the follow-up PR