denimalpaca commented on a change in pull request #17741:
URL: https://github.com/apache/airflow/pull/17741#discussion_r698726394
##########
File path: airflow/providers/snowflake/operators/snowflake.py
##########
@@ -125,3 +126,285 @@ def execute(self, context: Any) -> None:
if self.do_xcom_push:
return execution_info
+
+
+class _SnowflakeDbHookMixin:
Review comment:
Trying to be more DRY. Originally I tried making the `Check` classes
inherit from just the `SnowflakeOperator`, but it resulted in an error in the
constructors.
--
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]