Hi, probably a silly question, but how to install ...
# integration-dbt
d
Hi, probably a silly question, but how to install and use dbt packages in production with Dagster? I understand that I can run 'dbt deps' locally, but how to do that when deploying my code? Currently, I get this error:
Copy code
Compilation Error
 dbt found 4 package(s) specified in packages.yml, but only 0 package(s) installed in dbt_packages. Run "dbt deps" to install package dependencies.
🤖 1
r
You should run this step as part of your build.