This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.
Support client_session_keep_alive value for snowflake #505
Closed
Description
Is your feature request related to a problem? Please describe.
When my snowflake session timeouts are set to a low value in my snowflake account, I use this parameter in my dbt profiles.yml
client_session_keep_alive: True
to keep the session alive
data-diff --dbt should also pass along this setting so that snowflake does not close the session before diffs complete
Otherwise I encounter this error:
'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))'