josh-fell commented on code in PR #29954:
URL: https://github.com/apache/airflow/pull/29954#discussion_r1128670804


##########
airflow/providers/common/sql/operators/sql.py:
##########
@@ -203,6 +203,8 @@ class SQLExecuteQueryOperator(BaseSQLOperator):
     :param split_statements: (optional) if split single SQL string into 
statements. By default, defers
         to the default value in the ``run`` method of the configured hook.
     :param return_last: (optional) return the result of only last statement 
(default: True).
+    :param show_return_value_in_logs: (optional) if true operator output will 
be print to log.

Review Comment:
   ```suggestion
       :param show_return_value_in_logs: (optional) if true operator output 
will be printed to the task log.
   ```
   Trivial nit.



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