-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Save manifest JSON files to the configured analytical database #4208
Comments
Hey @bashyroger, thanks for making this request! It is a great question and we have been thinking about it. We believe the best way to support answering those questions must be via the dbt Cloud Metadata API. That’s the most reliable, resilient, least crufty way to access this info. We are aware that you still have to use the Admin API to get job ids to then pass over to Metadata API and it would be a separate step out of the normally scheduled dbt run. And actively looking for solutions to resolve it At the same time:
So:
|
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days. |
Hello Cheers |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers. |
Is there an existing feature request for this?
Describe the Feature
While is is great that DBT generates JSON structured artifact / logging metadata as described here: https://docs.getdbt.com/reference/artifacts/dbt-artifacts/#notes
...they are of little use if they are not saved to the configured analytical database.
If this was done , then a package like the tails.com DBT artifacts package would not need the cumbersome steps indicated at the end: https://github.com/tailsdotcom/dbt_artifacts, the steps where you need to upload these files to your database...
This is even more problematic when you are solely on DBT cloud, as we are.
So while I realize that DBT is an T-L tool , I think an exception must be made for DBT related logging metadata that, if it is structured as JSON, can (for example) be loaded to a Snowflake variant data type with ease.
Describe alternatives you've considered
Doing this manually; not scalable / maintainable
Who will this benefit?
Everyone that wants to do analytics on DBT metadata or needs to store this logging metadata for compliance
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: