eladkal commented on code in PR #30698:
URL: https://github.com/apache/airflow/pull/30698#discussion_r1212154907
##########
airflow/providers/snowflake/operators/snowflake.py:
##########
@@ -359,3 +368,159 @@ def __init__(
self.authenticator = authenticator
self.session_parameters = session_parameters
self.query_ids: list[str] = []
+
+
+class SnowflakeSqlApiOperator(SnowflakeOperator):
Review Comment:
This is not good.
`SnowflakeOperator` is deprecated. We should not extend it's functionality.
This class needs to be refactored around `SQLExecuteQueryOperator` or
`BaseOperator` ?
--
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]