Skip to content

Commit

Permalink
Merge pull request #360 from scalabreseGD/add-client_session_keep_alive
Browse files Browse the repository at this point in the history
[Scalabrese] Added client_session_keep_alive = True to Snowflake
  • Loading branch information
zainhoda authored Apr 13, 2024
2 parents 570968d + f4a6f42 commit bec5f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vanna/base/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ def connect_to_snowflake(
password=password,
account=account,
database=database,
client_session_keep_alive=True
)

def run_sql_snowflake(sql: str) -> pd.DataFrame:
Expand Down

0 comments on commit bec5f66

Please sign in to comment.