-
Notifications
You must be signed in to change notification settings - Fork 63
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
[RFC] First-class catalog and schema setting #1979
Open
lennartkats-db
wants to merge
30
commits into
main
Choose a base branch
from
presets-catalog-schema-as-params
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6a7d31f
Add proof of concept for catalog/schema presets
lennartkats-db 7fb646a
WIP
lennartkats-db 480d308
Merge remote-tracking branch 'databricks/main' into presets-catalog-s…
lennartkats-db c1f5b3c
Use a helper notebook to set catalog/schema
lennartkats-db 3ca2e67
Merge remote-tracking branch 'databricks/main' into presets-catalog-s…
lennartkats-db 487884b
WIP
lennartkats-db 963f5e6
Add translate_paths.GetLocalPath
lennartkats-db 2addd0c
Extend catalog/schema preset support
lennartkats-db 2ab497d
Tweak templates
lennartkats-db b6fcc1d
Cleanup
lennartkats-db d4977c6
WIP test
lennartkats-db a08b59d
Add comments
lennartkats-db 7d1f8ad
Add TODO
lennartkats-db 6b5948c
Add serving end point support
lennartkats-db 35bed3f
Add experimental test
lennartkats-db 3e1e169
Add reflection/dyn-based tests
lennartkats-db 70f54dc
Add missing fields
lennartkats-db 6d63b31
Refine test
lennartkats-db feb23dd
Move catalog/schema preset logic to a separate module
lennartkats-db 65f10d1
Cleanup
lennartkats-db e0b6fad
Add a recommendation for pipeline catalogs
lennartkats-db 8eb96cc
Cleanup
lennartkats-db 86cf7e0
Restore Target logic
lennartkats-db 8c2eaab
Merge remote-tracking branch 'origin/main' into presets-catalog-schem…
lennartkats-db be08585
presets-catalog-schema-as-params # Your branch is ahead of 'origin/pr…
lennartkats-db fbd4760
Fix test
lennartkats-db f3923da
Cleanup
lennartkats-db 6d5cb1d
Add volumes and clean room notebooks
lennartkats-db 0acb222
Fix silly lint error
lennartkats-db 204d3b0
Cleanup
lennartkats-db 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
Oops, something went wrong.
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.
apply_presets
is becoming a bit too large. For the new addition, I moved everything to a separate file. Lots of boring but easy to read/test code there.As a followup we should look into a further refactoring: either factoring the logic by
preset
feature or by resource. For some of the overarching tests it's certainly been better to do it by feature, but we could end up with some combination for the tests.