dbt opening multiple connections to target database - how to restrict number of parallel connections #12071
Unanswered
josepaul1988
asked this question in
Q&A
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.
-
Tested with different versions of dbt-bigquery as well as dbt-postgres adapters. It seems like even with threads=1 dbt is initating one master connection and another set of connections for each schema defined in the dbt_project.yaml. In our project we cannot use more two connections concurrently to target database. is there a way or configuration that we can use to ensure strictly the number of connections made to the target database. From logs we could see the connections are initiated like below
Beta Was this translation helpful? Give feedback.
All reactions