Hi guys, How are you integrating dbt with dagster?...
# ask-community
l
Hi guys, How are you integrating dbt with dagster? as far as i know, dagster requires dbt project must be available to access no mater we load dbt source from path or manifest file. So i think there are some suitable approaches: + Bundle dbt project into dagster user code project. + Use gitsync to sync dbt project then mount to dagster deployment pod. Are you guys are deploying with above approaches or there is a better solution for that? Thank you!
🤖 1
dagster bot responded by community 1
a
The former - we bundle our dbt project into our user code build. They are part of the same git monorepo
❤️ 1