-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dagster-sdf] Add additional metadata on materialize (#23358)
## Summary & Motivation This PR depends on updates made to the SDF CLI as of version 0.3.15. These updates enable more fine-grained control of the assets generated at compile and run time, via the `--save` and `--cache` parameters (see code for examples of usage). At run time (materialize), we ensure that the information schema is generated, and introduce a phase to the `SdfCliInvocation`, where we read additional metadata from the information schema (code-location, asset schema, materialized code snippets), once processing completes, yielding AssetObservations. ## How I Tested These Changes Updates to 0.3.15 should be covered by the corresponding updated tests. Tests have been introduced for code refs, new metadata, and updates to the dbt translator
- Loading branch information
Showing
17 changed files
with
530 additions
and
55 deletions.
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
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.