-
Notifications
You must be signed in to change notification settings - Fork 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
feat(ingest): support snapshots in dbt and dbt-cloud #7062
Conversation
@@ -389,11 +389,6 @@ def load_file_as_json(self, uri: str) -> Any: | |||
|
|||
def loadManifestAndCatalog( | |||
self, | |||
manifest_path: str, |
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.
nice
@@ -93,7 +93,7 @@ class DBTCloudConfig(DBTCommonConfig): | |||
#} | |||
""" | |||
|
|||
_DBT_GRAPHQL_MODEL_SEED_FIELDS = """ | |||
_DBT_GRAPHQL_MODEL_SEED_SNAPSHOT_FIELDS = """ |
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.
Does this mean on dbt cloud we supported Snapshot field earlier or why did you rename it?
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 is a set of common fields that we use for models, seeds, and snapshots
…#7062) Co-authored-by: Tamas Nemeth <[email protected]>
…#7062) Co-authored-by: Tamas Nemeth <[email protected]>
What it looks like in the UI:
Checklist