File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
task-sdk/src/airflow/sdk/bases Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -788,8 +788,8 @@ class derived from this one results in the creation of a task object,
788
788
:param task_display_name: The display name of the task which appears on the UI.
789
789
:param logger_name: Name of the logger used by the Operator to emit logs.
790
790
If set to `None` (default), the logger name will fall back to
791
- `airflow.task.operators.{class.__module__}.{class.__name__}` (e.g. SimpleHttpOperator will have
792
- *airflow.task.operators.airflow.providers.http.operators.http.SimpleHttpOperator * as logger).
791
+ `airflow.task.operators.{class.__module__}.{class.__name__}` (e.g. HttpOperator will have
792
+ *airflow.task.operators.airflow.providers.http.operators.http.HttpOperator * as logger).
793
793
:param allow_nested_operators: if True, when an operator is executed within another one a warning message
794
794
will be logged. If False, then an exception will be raised if the operator is badly used (e.g. nested
795
795
within another one). In future releases of Airflow this parameter will be removed and an exception
You can’t perform that action at this time.
0 commit comments