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 2022/11/14 11:50:24 UTC

[GitHub] [airflow] eladkal commented on a diff in pull request #27599: Use unused SQLCheckOperator.parameters in SQLCheckOperator.execute.

eladkal commented on code in PR #27599:
URL: https://github.com/apache/airflow/pull/27599#discussion_r1021410954


##########
airflow/providers/common/sql/operators/sql.py:
##########
@@ -619,14 +619,21 @@ class SQLCheckOperator(BaseSQLOperator):
     ui_color = "#fff7e6"
 
     def __init__(
-        self, *, sql: str, conn_id: str | None = None, database: str | None = None, **kwargs
+        self,
+        *,
+        sql: str,
+        conn_id: str | None = None,
+        database: str | None = None,
+        parameters: Iterable | Mapping | None = None,

Review Comment:
   need also to be added to docstring



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