aws / aws-sdk

Landing page for the AWS SDKs on GitHub
https://aws.amazon.com/tools/
Other
68 stars 12 forks source link

Unable to save athena query results in parquet using unload statement #745

Open sunnydahit opened 1 month ago

sunnydahit commented 1 month ago

I want to store the athena query results in parquet file and for which i've used the unload command but unfortunately im unsuccessful in doing so as the unload statement get executed but in the target location i get an extensionless file. Same thing happens when i use the CTAS as well. Can you please tell me the potential cause of it? I dont have nay encryption enabled on my athena workspace. extensionless_file

sunnydahit commented 1 month ago

This is the reference issue https://github.com/aws/aws-sdk/issues/185 , i came across while looking for solution i did not get a confirmation if UNLOAD method worked.