You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your idea related to a problem? Please describe.
I need to be able to give {"coerce_timestamps": "us"} when writing DataFrames when writing Iceberg tables.
Describe the solution you'd like
Add a parameter pyarrow_additional_kwargs: dict[str, Any] | None to awswrangler.athena.to_iceberg.
The text was updated successfully, but these errors were encountered:
Is your idea related to a problem? Please describe.
I need to be able to give
{"coerce_timestamps": "us"}
when writing DataFrames when writing Iceberg tables.Describe the solution you'd like
Add a parameter
pyarrow_additional_kwargs: dict[str, Any] | None
toawswrangler.athena.to_iceberg
.The text was updated successfully, but these errors were encountered: