Open BohuTANG opened 1 year ago
Please add allow_anonymous='true'
to allow sending query without credentials.
For example:
copy INTO nation
FROM
's3://redshift-downloads/TPC-H/2.18/10GB/nation.tbl' CONNECTION = (allow_anonymous='true' region='us-east-1') file_format =(TYPE = CSV field_delimiter = '|');
Summary
Snowflake is ok. Databend returns:
The tpch raw data note is here: https://github.com/awslabs/amazon-redshift-utils/blob/master/src/CloudDataWarehouseBenchmark/Cloud-DWB-Derived-from-TPCH/10GB/ddl.sql#L114