Regarding <DBT Tasks>, where should the models be ...
# prefect-community
j
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
Have you seen this?
and this ?
j
Hadn't seen the second one - very helpful. Thank you