You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now users upload artifacts by specifying which artifacts to upload (manifest, catalog, etc.) That can be a pain to remember which artifacts to upload after which dbt command.
I'd be interested in seeing a wrapper macro so I could upload artifacts via:
This would just be a convenience feature that would map the command to the appropriate artifacts and run the existing macro to upload them. You could still upload specific artifacts using the existing macro.
I'm open to contributing if you're interested in adding this and don't want to spend the time on your end.
The text was updated successfully, but these errors were encountered:
We've been busy reimplementing the package, removing the use of artifacts altogether. The new version uses the graph and results context variables. We'd be grateful for any feedback on the first beta release: https://github.com/brooklyn-data/dbt_artifacts/releases/tag/1.0.0b1
Right now users upload artifacts by specifying which artifacts to upload (manifest, catalog, etc.) That can be a pain to remember which artifacts to upload after which dbt command.
I'd be interested in seeing a wrapper macro so I could upload artifacts via:
This would just be a convenience feature that would map the command to the appropriate artifacts and run the existing macro to upload them. You could still upload specific artifacts using the existing macro.
I'm open to contributing if you're interested in adding this and don't want to spend the time on your end.
The text was updated successfully, but these errors were encountered: