Unknown session property with UNLOAD

0

I've tried to UNLOAD() data from MySQL to S3 by Athena engine 3 and got an error: INVALID_SESSION_PROPERTY: Unknown session property ***.manifest_location.
*** - this is my Data source.
But it works with Athena engine 2. I can't find any info about this error.

UNLOAD (SELECT * FROM database.table)
TO 's3://my-bucket/table/'
WITH (format = 'PARQUET',compression = 'SNAPPY')

asked a year ago97 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions