Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pyarrow_additional_kwargs to athena.to_iceberg #3080

Open
nielslerches opened this issue Jan 22, 2025 · 0 comments · May be fixed by #3094
Open

Add pyarrow_additional_kwargs to athena.to_iceberg #3080

nielslerches opened this issue Jan 22, 2025 · 0 comments · May be fixed by #3094
Labels
enhancement New feature or request

Comments

@nielslerches
Copy link

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.

@nielslerches nielslerches added the enhancement New feature or request label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant