uranusjr commented on a change in pull request #17329:
URL: https://github.com/apache/airflow/pull/17329#discussion_r730570544



##########
File path: airflow/hooks/dbapi.py
##########
@@ -190,18 +191,24 @@ def run(self, sql, autocommit=False, parameters=None, 
handler=None):
         :param handler: The result handler which is called with the result of 
each statement.
         :type handler: callable
         :return: query results if handler was provided.
+        :param split_statements: If true, split sql statements

Review comment:
       This probably needs to be expanded a bit. What does "split" means? Maybe 
something like *execute `sql` as multiple SQL statements, separated by `;`*?




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