我必须运行一个查询来将数据从s3复制到redshift。要复制的110 of查询的数据总大小运行1-2小时后,我看到以下错误
There was an error retrieving the details for this query: Invalid Input. Expected Input: Load Id NOT_NULL, Load Status NOT_NULL查询:
copy prod_data from 's3://my-buckets/prod-data/'
access_key_id ''
secret_access_key ''
region 'eu-central-1'
delimiter ','
MAXERROR 100000;错误快照:

请建议我如何解决这个问题。
https://stackoverflow.com/questions/44608156
复制相似问题