hi all, do you know how to run dbt deps before dbt...
# integration-dbt
y
hi all, do you know how to run dbt deps before dbt runs ?
dagster bot responded by community 1
a
There have been a few discussions on this in the past.
dbt deps
is best run during your user code container build, since it is a build time step and not a runtime step. The output can safely be reused among multiple runs.
💯 1
👍 1