potiuk commented on a change in pull request #17741:
URL: https://github.com/apache/airflow/pull/17741#discussion_r701772506
##########
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:
I wached the presentation :). Entertaining and I mostly agree with it
(not everything :)
But yeah - in this case using mixin is definitely over-the-top.
--
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]