Skip to content

Commit

Permalink
Fix param order in PythonOperator docstring (apache#40122)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham authored and romsharon98 committed Jul 26, 2024
1 parent bc5875e commit 267cb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/operators/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ def my_python_callable(**kwargs):
:param python_callable: A reference to an object that is callable
:param op_kwargs: a dictionary of keyword arguments that will get unpacked
in your function
:param op_args: a list of positional arguments that will get unpacked when
calling your callable
:param op_kwargs: a dictionary of keyword arguments that will get unpacked
in your function
:param templates_dict: a dictionary where the values are templates that
will get templated by the Airflow engine sometime between
``__init__`` and ``execute`` takes place and are made available
Expand Down

0 comments on commit 267cb36

Please sign in to comment.