-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hi,
Trying to copy a table to an s3 bucket I get the following error. Any help would be greatly appreciated.
Thanks,
Andrew Jackson
ajackson_dev_2=# COPY (
SELECT * FROM schema_name.table_name
) TO 's3://bucket_name/test.parquet'
WITH (format 'parquet');
ERROR: failed to write record batch: External: External: Generic S3 error: Error performing PUT http://s3.address.com/bucket-name/test.parquet?partNumber=30&uploadId=AAAAAAAAAAEA0gAAEixJbwCuAAAAAAACAAAAAAAAAFR0ZXN0LnBhcnF1ZXQ. in 28.969573694s - Server returned non-2xx status code: 400 Bad Request: <html><body><h1>400 Bad request</h1>
Your browser sent an invalid request.
</body></html>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels