https://prefect.io logo
Title
j

Jason

06/15/2022, 9:03 PM
Regarding DBT Tasks, where should the models be stored? Can they be subdirectories of the flows/ directory where I have my hello_dbt example?
I suppose this is where
helper_script
comes into play?
From some other examples (https://gist.githubusercontent.com/gabcoyne/9fe4f029efffc7cb1f59616479c76351/raw/697b7a241955644b4759e0fe72c93808b926fcec/clone_repo.py), it seems that I could have a dbt submodule that gets copied into the Docker container and the models are run from there?
k

Kevin Kho

06/15/2022, 9:23 PM
Have you seen this?
and this ?
j

Jason

06/15/2022, 9:50 PM
Hadn't seen the second one - very helpful. Thank you