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 2021/11/02 22:09:21 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #18718: Add hook_params in BaseSqlOperator

kaxil commented on a change in pull request #18718:
URL: https://github.com/apache/airflow/pull/18718#discussion_r741496164



##########
File path: airflow/providers/snowflake/operators/snowflake.py
##########
@@ -131,281 +126,3 @@ def execute(self, context: Any) -> None:
 
         if self.do_xcom_push:
             return execution_info
-
-
-class SnowflakeCheckOperator(SQLCheckOperator):

Review comment:
       Why did we remove this operator




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