Skip to content

Commit ed4057e

Browse files
authored
fix: iceberg overwrite partitions with s3 output (#3220)
1 parent d425c50 commit ed4057e

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
@@ -578,6 +578,7 @@ def to_iceberg( # noqa: PLR0913
578578
keep_files=False,
579579
data_source=data_source,
580580
workgroup=workgroup,
581+
s3_output=s3_output,
581582
encryption=encryption,
582583
kms_key=kms_key,
583584
boto3_session=boto3_session,

0 commit comments

Comments
 (0)