Hi team! Are there any best practices for updating...
# dagster-plus
d
Hi team! Are there any best practices for updating
manifest.json
when using docker cloud with serverless deployment? I'm inclined to add a
dbt ls
command to
dagster_cloud_post_install.sh
, but I'm not sure it is the best way. Also, is it necessary to include my dbt project's path to setup.py? If so, under which variable?
I'm getting the following error on my deploy
p
Is your dbt project in the same git repository as the dagster project?
You’ll need to copy the manifest over if not, there’s a discussion here about it: https://github.com/dagster-io/dagster/discussions/13767
but yes, you can use
dagster_cloud_post_install.sh
to build your dbt deps and generate the manifest