File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -556,6 +556,7 @@ def delete_from_iceberg_table(
556
556
temp_path : str | None = None ,
557
557
keep_files : bool = True ,
558
558
data_source : str | None = None ,
559
+ s3_output : str | None = None ,
559
560
workgroup : str = "primary" ,
560
561
encryption : str | None = None ,
561
562
kms_key : str | None = None ,
@@ -586,6 +587,8 @@ def delete_from_iceberg_table(
586
587
Whether staging files produced by Athena are retained. ``True`` by default.
587
588
data_source: str, optional
588
589
The AWS KMS key ID or alias used to encrypt the data.
590
+ s3_output: str, optional
591
+ Amazon S3 path used for query execution.
589
592
workgroup: str, optional
590
593
Athena workgroup name.
591
594
encryption: str, optional
@@ -674,6 +677,7 @@ def delete_from_iceberg_table(
674
677
wg_config = wg_config ,
675
678
database = database ,
676
679
data_source = data_source ,
680
+ s3_output = s3_output ,
677
681
encryption = encryption ,
678
682
kms_key = kms_key ,
679
683
boto3_session = boto3_session ,
You can’t perform that action at this time.
0 commit comments