I have two models: “transform” and “product”.
When executing dbt run --profiles-dir .
my product model is running first and transform is running later.
How do I ensure that transform is executed first and then product
I have two models: “transform” and “product”.
When executing dbt run --profiles-dir .
my product model is running first and transform is running later.
How do I ensure that transform is executed first and then product