kazanzhy commented on a change in pull request #20212:
URL: https://github.com/apache/airflow/pull/20212#discussion_r767137419
##########
File path: airflow/providers/snowflake/hooks/snowflake.py
##########
@@ -239,6 +247,8 @@ def run(self, sql: Union[str, list], autocommit: bool =
False, parameters: Optio
:type autocommit: bool
:param parameters: The parameters to render the SQL query with.
:type parameters: dict or iterable
+ :param handler: The result handler which is called with the result of
each statement.
+ :type handler: dict or iterable
Review comment:
Fixed
--
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]