Defining an upstream dependency for a dbt seed #25265
Unanswered
TerryLines
asked this question in
Q&A
Replies: 1 comment
-
Hi @TerryLines - I think this guide about setting upstream and downstream dependencies for dbt would be helpful.
Can you provide more information about your lineage? The goal would be to recreate the file, then run the dbt models? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a situation where one of my operations restores a database from a backup file, so I would like all dbt assets to be downstream of this. @dbt_assets doesn't appear to support dependencies, however it's straightforward to add the dbt sources as outputs when running the op, which more or less solves this, except for seeds. Is there any way to define the seed as a downstream asset, using dbt.cli to materialize it outside of a dbt_asset context?
Beta Was this translation helpful? Give feedback.
All reactions