RESOURCE_EXHAUSTED or 413 Client Error with Having Multiple dbt Projects in a Single Code Location #29805
ToddArmstrong-IPG
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello -
We have several dbt projects to support various clients that we'd like to orchestrate from a single Dagster+ Code Location. Everything works fine up until we get to about 25 dbt projects. At this point we start getting errors like this...
For example.
I have tried increasing DAGSTER_GRPC_MAX_RX_BYTES and DAGSTER_GRPC_MAX_SEND_BYTES, but this results in a time out when loading the Code Location.
We are also not generating the manifest at run time, they are pre-built and in our repo.
Does anyone have any recommendations for how to load many dbt projects in Dagster at once?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions