Taragolis commented on issue #25395: URL: https://github.com/apache/airflow/issues/25395#issuecomment-1199958695
@potiuk @blcksrx Just want to mention that right now S3ToSnowflakeOperator it is just wrapper around [COPY INTO \<table>](https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html#syntax) where location is `externalStage`. Due to the fact that operator only uses internal snowflake capabilities: [STAGE](https://docs.snowflake.com/en/sql-reference/sql/create-stage.html) it should work not only with AWS S3 but also with GCS and Azure Containers. Might be better rename(deprecate)`S3ToSnowflakeOperator` to something like `CopyIntoTableFromExternalStageOperator`, change `s3_keys` to `files` and mention that it works with AWS S3, GCS and Azure Containers cc: @druthven -- 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]
