RachitSharma2001 opened a new pull request, #28705: URL: https://github.com/apache/airflow/pull/28705
As shown in this issue #27957, the current documentation for the S3ToRedshift Operator seems to indicate that only one key from S3 can be transferred to Redshift. However, as elaborated [here](https://stackoverflow.com/questions/30869340/aws-redshift-copy-data-from-s3-with-wildcard) and in the aws docs here, the COPY command from S3 to Redshift automatically looks for **all** keys that matches the given prefix, and then copies all of them to redshift. For this PR, I wanted to update the docs to make this clear to Airflow users. I also added a system test that displays this functionality. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
