Skip to content

Commit d425c50

Browse files
[FIX] Add s3_output parameter to _start_query_execution call in "overwrite" mode (#3205)
Co-authored-by: Anton Kukushkin <[email protected]>
1 parent 294f35e commit d425c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

awswrangler/athena/_write_iceberg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ def to_iceberg( # noqa: PLR0913
593593
wg_config=wg_config,
594594
database=database,
595595
data_source=data_source,
596+
s3_output=s3_output,
596597
encryption=encryption,
597598
kms_key=kms_key,
598599
boto3_session=boto3_session,

0 commit comments

Comments
 (0)