potiuk commented on code in PR #27912:
URL: https://github.com/apache/airflow/pull/27912#discussion_r1032765656


##########
airflow/providers/common/sql/operators/sql.py:
##########
@@ -190,11 +189,17 @@ class SQLExecuteQueryOperator(BaseSQLOperator):
     Executes SQL code in a specific database
     :param sql: the SQL code or string pointing to a template file to be 
executed (templated).
     File must have a '.sql' extensions.
+
+    When implementing a specific Operator, you can also implement 
`_process_output` method in the

Review Comment:
   Likely :). I think it will work anyway in docstring  (we'll see in the API 
docs) but yeah - we can fix it as follow-up
   



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

Reply via email to