dstandish commented on code in PR #28635:
URL: https://github.com/apache/airflow/pull/28635#discussion_r1059115201
##########
airflow/providers/common/sql/operators/sql.py:
##########
@@ -198,7 +198,7 @@ class SQLExecuteQueryOperator(BaseSQLOperator):
:param autocommit: (optional) if True, each command is automatically
committed (default: False).
:param parameters: (optional) the parameters to render the SQL query with.
:param handler: (optional) the function that will be applied to the cursor
(default: fetch_all_handler).
- :param split_statements: (optional) if split single SQL string into
statements (default: False).
+ :param split_statements: (optional) if split single SQL string into
statements (default: see hook.run).
Review Comment:
ok @uranusjr , updated
--
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]