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
Copy file name to clipboardExpand all lines: src/snowflake/connector/connection.py
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -379,6 +379,7 @@ class SnowflakeConnection:
379
379
server_session_keep_alive: When true, the connector does not destroy the session on the Snowflake server side
380
380
before the connector shuts down. Default value is false.
381
381
token_file_path: The file path of the token file. If both token and token_file_path are provided, the token in token_file_path will be used.
382
+
unsafe_file_write: When true, files downloaded by GET will be saved with 644 permissions. Otherwise, files will be saved with safe - owner-only permissions: 600.
0 commit comments