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')

已提问 1 年前97 查看次数