We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reading the documentation I was expecting the Athena cache to work also with the unload_approach=True parameter, but looking at the code I see that it is not intended to work by design. Specifically here I see that the csv file format is imposed to all DML queries https://github.com/aws/aws-sdk-pandas/blob/3.9.1/awswrangler/athena/_cache.py#L222
I was wondering if there's a specific reason for this, or is it something that is planned to be introduced in the future? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reading the documentation I was expecting the Athena cache to work also with the unload_approach=True parameter, but looking at the code I see that it is not intended to work by design.
Specifically here I see that the csv file format is imposed to all DML queries https://github.com/aws/aws-sdk-pandas/blob/3.9.1/awswrangler/athena/_cache.py#L222
I was wondering if there's a specific reason for this, or is it something that is planned to be introduced in the future?
Thanks!
The text was updated successfully, but these errors were encountered: