Skip to content

Commit

Permalink
fix: add missing index in athena.to_iceberg to_parquet (#2799)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidisido authored May 2, 2024
1 parent 36ac684 commit 223618f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awswrangler/athena/_write_iceberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ def to_iceberg(
s3.to_parquet(
df=df,
path=temp_path or wg_config.s3_output,
index=index,
dataset=True,
database=database,
table=temp_table,
Expand Down

0 comments on commit 223618f

Please sign in to comment.