Skip to content

Commit ab16a78

Browse files
eladkalYour Name
authored andcommitted
[v3-0-test] Update doc string for BaseOperator (#53403)
(cherry picked from commit 06065f9) Co-authored-by: Elad Kalif <[email protected]>
1 parent 631d0d3 commit ab16a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

task-sdk/src/airflow/sdk/bases/operator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,8 +782,8 @@ class derived from this one results in the creation of a task object,
782782
:param task_display_name: The display name of the task which appears on the UI.
783783
:param logger_name: Name of the logger used by the Operator to emit logs.
784784
If set to `None` (default), the logger name will fall back to
785-
`airflow.task.operators.{class.__module__}.{class.__name__}` (e.g. SimpleHttpOperator will have
786-
*airflow.task.operators.airflow.providers.http.operators.http.SimpleHttpOperator* as logger).
785+
`airflow.task.operators.{class.__module__}.{class.__name__}` (e.g. HttpOperator will have
786+
*airflow.task.operators.airflow.providers.http.operators.http.HttpOperator* as logger).
787787
:param allow_nested_operators: if True, when an operator is executed within another one a warning message
788788
will be logged. If False, then an exception will be raised if the operator is badly used (e.g. nested
789789
within another one). In future releases of Airflow this parameter will be removed and an exception

0 commit comments

Comments
 (0)