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/08/29 21:16:53 UTC

[GitHub] [airflow] eladkal commented on a diff in pull request #25541: copy into snowflake from external source

eladkal commented on code in PR #25541:
URL: https://github.com/apache/airflow/pull/25541#discussion_r957802975


##########
airflow/providers/snowflake/transfers/s3_to_snowflake.py:
##########
@@ -85,6 +86,15 @@ def __init__(
         session_parameters: Optional[dict] = None,
         **kwargs,
     ) -> None:
+        warnings.warn(
+            """
+            SnowflakeToSlackOperator is deprecated.

Review Comment:
   This is wrong class name.
   Raised https://github.com/apache/airflow/pull/26047 to fix it



-- 
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