Replies: 1 comment 3 replies
-
@MrShops is this still an issue? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions