I want to do continuous file ingestion from Amazon S3 to AWS Redshift, but the Auto Job copy doesn't work.
COPY "prueba 8"
FROM 's3://xxxxxxxxxxxx'
IAM_ROLE 'xxxxxxxxxxxxxxxxxxxxxxxxxx'
DATEFORMAT 'auto'
IGNOREHEADER 1
DELIMITER ','
IGNOREBLANKLINES
REGION 'eu-west-1'
JOB CREATE job_sales AUTO ON;
If I don't use the las file y works but without doing the continues file ingestion.
The error is the next one:
ERROR: Auto copy job operation not supported