kacpermuda commented on code in PR #69477:
URL: https://github.com/apache/airflow/pull/69477#discussion_r3549948844
##########
providers/snowflake/src/airflow/providers/snowflake/operators/snowflake.py:
##########
@@ -284,7 +307,7 @@ def __init__(
self.query_ids: list[str] = []
-class SnowflakeSqlApiOperator(SQLExecuteQueryOperator):
+class SnowflakeSqlApiOperator(ResumableJobMixin, SQLExecuteQueryOperator):
Review Comment:
Perfect, thanks for clarifying and fixing 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]