Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
bean
Partner - Contributor III
Partner - Contributor III

Using Parquet format with AWS Athena

Hi there

Is there a way I can use the (hopefully) better performing parquet format when querying AWS Athena?

So far I have configured Athena such it produces parquet result sets instead of CSV.

Now I would like to querry from my load script using e.g.

UNLOAD (SELECT * FROM "sydt"."pdi_mv")
TO 's3://XXXXi-athena-20240YYY094842531700000001/parquet/'
WITH (format='PARQUET');

but the Qlik SQL does not allow using other statements than select.

Any ideas how to query Athena and retrieving results in the parquet format?

Thanks so much!

Labels (2)
0 Replies