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
This can lead to timeout errors on Snowflake and Redshift, eg:
DatabaseException: Database Error
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The master connection is used throughout the run, so it's a little perplexing that it somehow gets disconnected. In particular, it looks like this happens when dbt calls
adapter.clear_transaction(profile)
in the ModelRunner. The line that fails is a BEGIN statement.
The text was updated successfully, but these errors were encountered:
This can lead to timeout errors on Snowflake and Redshift, eg:
The
master
connection is used throughout the run, so it's a little perplexing that it somehow gets disconnected. In particular, it looks like this happens when dbt callsin the ModelRunner. The line that fails is a
BEGIN
statement.The text was updated successfully, but these errors were encountered: