What's the best way to integrate an existing DBT r...
# integration-dbt
m
What's the best way to integrate an existing DBT repo into Dagster? Use a nested repo with the sub-repo added to
.gitignore
? Or do I need to migrate the repo into the Dagster repo? Would the latter even work with Dagster Cloud (compared to self-hosting, where I can control any `git pull`s, as needed)?
t
Hi! Most people just use a monorepo. Here is a recent thread with some anecdotes that might help
m
Thanks! That's very helpful.