You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/29 21:30:49 UTC

[GitHub] [airflow] Taragolis commented on issue #25395: GCSToSnowflakeOperator with feature parity to the S3ToSnowflakeOperator

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org