Hi all, I'm planning to use prefect-dbt. I'm runni...
# prefect-dbt
b
Hi all, I'm planning to use prefect-dbt. I'm running write audit publish and wondering how this is implemented in prefect. Ideally we would want to: • dbt build model in target
audit
• for each node of the dag, clone to target
prod
if test passes • for each node of the dag, take snapshot in
prod
• then for downstream node follow the same steps above. Is this something implementable in prefect? Hi all, we are planning to use prefect-dbt. We are currently running write audit publish, we do a dbt build