File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/snowflake/connector/aio Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1115,6 +1115,7 @@ async def _upload(
1115
1115
self ,
1116
1116
"" , # empty command because it is triggered by directly calling this util not by a SQL query
1117
1117
ret ,
1118
+ force_put_overwrite = False , # _upload should respect user decision on overwriting
1118
1119
)
1119
1120
await file_transfer_agent .execute ()
1120
1121
await self ._init_result_and_meta (file_transfer_agent .result ())
@@ -1184,6 +1185,7 @@ async def _upload_stream(
1184
1185
"" , # empty command because it is triggered by directly calling this util not by a SQL query
1185
1186
ret ,
1186
1187
source_from_stream = input_stream ,
1188
+ force_put_overwrite = False , # _upload should respect user decision on overwriting
1187
1189
)
1188
1190
await file_transfer_agent .execute ()
1189
1191
await self ._init_result_and_meta (file_transfer_agent .result ())
You can’t perform that action at this time.
0 commit comments