-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Dagster registry generation and persist #25260
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
f62e3bb
Define legacy and latest registry at same time
bnchrch aacab5f
Fix file persist
bnchrch 8ac2d8b
Get persist to work
bnchrch 80c300a
Expand generate models to all models
bnchrch b45a285
Add new registry types
bnchrch 2de9ca5
Fix class name
bnchrch 0e36fea
Get valid registry type definition
bnchrch 41f70e1
Remove uuid hack
bnchrch e4b436c
Fix ids for json schemas
bnchrch 760b438
Resolve issues
bnchrch b9371ce
Update legacy assets
bnchrch fd32a40
Add typed legacy registry
bnchrch e965ee4
Fix icon issue
bnchrch 59d4d3b
Regenerate models
bnchrch 2d1f2e2
Update spec mask to use registry type
bnchrch d5bae91
Move v1 to v0
bnchrch 3e77028
Add json sanitized dict helper
bnchrch 03f9348
Fix tests and format
bnchrch 4ffd8bb
Ensure we only get latest
bnchrch acffa04
Code review comments
bnchrch 2ec2744
fix missing spec error
bnchrch cb0c0b9
Move registry code to helper
bnchrch 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
Add json sanitized dict helper
- Loading branch information
commit 3e77028c3b0a1c960574968a1b4962c8fb134cf8
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
2 changes: 1 addition & 1 deletion
2
airbyte-ci/connectors/metadata_service/orchestrator/orchestrator/config.py
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
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.
I feel like this is something that should be exposed at the model level as a class method. I guess it's hard to move it there because models are generated.
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.
Exactly, however I could turn it into a mixin. Let me know if you think thats a better choice. Im on the fence