Hi - I was wondering if it's possible to dynamical...
# integration-dbt
a
Hi - I was wondering if it's possible to dynamically load a dbt project from a git repository in combination with using
load_assets_from_dbt_project
? My idea was to have a Dagster job that clones a dbt git repository and then manually reload the Dagster repository, but so far I have not been able to get this to work. Any ideas?
r
This is technically possible, but we don’t have support for this out of the box. Instead, we recommend you deploy your Dagster project with a
manifest.json
that corresponds to your dbt project from the other git repository
👀 1
a
@rex Thanks for the input! I will try this approach instead.
r
Hey Arni, just following up on this. We have a sample setup of what I described here, if that would help! https://dagster.slack.com/archives/C04CW71AGBW/p1672261231364079?thread_ts=1672260832.076419&cid=C04CW71AGBW
Basically, you should just clone the git repository corresponding to your dbt project on Dagster deploy time
👍 1