You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question:
Has anyone experienced performance issues when running queries on BigQuery using the Google Cloud SDK after updating the dbt Power User extension? Specifically, I've noticed that since version 34.0, each query seems to reinitialize the connection, causing a significant delay.
Details:
Previously, in version 33.2, the session was persistent, and queries executed quickly. However, starting with version 34.0, it seems like a new connection is established for each query, leading to delays of 40-60 seconds before the query returns results. Our team has been utilising 33.2 until this point but after upgrading to dbt 1.8.x we were forced to switch leading to it now being a large blocker.
What I’ve observed:
It appears that the PythonBridge instance is recreated for each query execution in the newer versions. Is this the intended behaviour, or is there a way to maintain a persistent session like in the previous versions?
Plea for help @mdesmet I'm aware you were the original author of this change seen here: #906
Is there anything I'm missing on how I can circumvent this?
@MrShops, removing the fix will significantly impact other adapters. Additionally, we have not received any complaints about BQ thus far, so we are unsure if the issue is related to your setup. Can you be available for a Zoom call to help us debug further? If so, please send me an email at anand [at] altimate [dot] ai , and we can continue from there.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Question:
Has anyone experienced performance issues when running queries on BigQuery using the Google Cloud SDK after updating the dbt Power User extension? Specifically, I've noticed that since version 34.0, each query seems to reinitialize the connection, causing a significant delay.
Details:
Previously, in version 33.2, the session was persistent, and queries executed quickly. However, starting with version 34.0, it seems like a new connection is established for each query, leading to delays of 40-60 seconds before the query returns results. Our team has been utilising 33.2 until this point but after upgrading to dbt 1.8.x we were forced to switch leading to it now being a large blocker.
What I’ve observed:
It appears that the
PythonBridgeinstance is recreated for each query execution in the newer versions. Is this the intended behaviour, or is there a way to maintain a persistent session like in the previous versions?Plea for help
@mdesmet I'm aware you were the original author of this change seen here: #906
Is there anything I'm missing on how I can circumvent this?
All reactions