Skip to content

Commit

Permalink
Remove reference to execution_info in snowflake hook docstring (#37804)
Browse files Browse the repository at this point in the history
  • Loading branch information
remisalmon committed Mar 1, 2024
1 parent 46c5713 commit 9dac90a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions airflow/providers/snowflake/hooks/snowflake.py
Expand Up @@ -341,10 +341,8 @@ def run(
"""Run a command or list of commands.
Pass a list of SQL statements to the SQL parameter to get them to
execute sequentially. The variable ``execution_info`` is returned so
that it can be used in the Operators to modify the behavior depending on
the result of the query (i.e fail the operator if the copy has processed
0 files).
execute sequentially. The result of the queries is returned if the
``handler`` callable is set.
:param sql: The SQL string to be executed with possibly multiple
statements, or a list of sql statements to execute
Expand Down

0 comments on commit 9dac90a

Please sign in to comment.