pabrrs opened a new issue, #30000: URL: https://github.com/apache/airflow/issues/30000
### Description Snowflake `COPY` operator supports `PURGE=[TRUE|FALSE]` to delete files in S3 after they're copied into the tables. It would be nice to replicate this behavior in `S3ToSnowflakeOperator` with a flag. [See snowflake COPY options docs](https://docs.snowflake.com/en/sql-reference/sql/copy-into-table#copy-options-copyoptions) ### Use case/motivation In my use case, the files doesn't need to keep In the bucket after being inserted into tables. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
