Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 10, 2024
1 parent bc67060 commit 57a73ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target_snowflake/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def create_engine(self) -> Engine:
connect_args = {
"session_parameters": {
"QUOTED_IDENTIFIERS_IGNORE_CASE": "TRUE",
"client_session_keep_alive": "TRUE", # See https://github.com/snowflakedb/snowflake-connector-python/issues/218
"client_session_keep_alive": "TRUE", # See https://github.com/snowflakedb/snowflake-connector-python/issues/218
},
}
if self.auth_method == SnowflakeAuthMethod.KEY_PAIR:
Expand Down

0 comments on commit 57a73ac

Please sign in to comment.