Hello everyone! Does anyone know how to load a db...
# integration-dbt
c
Hello everyone! Does anyone know how to load a dbt plugin (say dbtutils) when using
dagster_dbt
? Would I need to run
dbt deps
in a solid or is there something simpler? Thanks!
dagster bot responded by community 1
🤖 1
v
I usually run
dbt deps
as part of my docker image build for
Definition
s including dbt packages, but that would be the other way, yes.
c
Thanks!
I just now remembered that I can run
dbt deps
outside Dagster 🙂