dabla commented on code in PR #37937:
URL: https://github.com/apache/airflow/pull/37937#discussion_r1535784673
##########
airflow/models/baseoperator.py:
##########
@@ -672,6 +709,21 @@ class derived from this one results in the creation of a
task object,
If set to `None` (default), the logger name will fall back to
`airflow.task.operators.{class.__module__}.{class.__name__}` (e.g.
SimpleHttpOperator will have
*airflow.task.operators.airflow.providers.http.operators.http.SimpleHttpOperator*
as logger).
+ :param allow_mixin: if True, when an operator is executed within another
one a warning message will be
Review Comment:
done
##########
airflow/models/baseoperator.py:
##########
@@ -1880,9 +1935,9 @@ def chain_linear(*elements: DependencyMixin |
Sequence[DependencyMixin]):
E.g.: suppose you want precedence like so::
- ╭─op2─╮ ╭─op4─╮
- op1─┤ ├─├─op5─┤─op7
- ╰-op3─╯ ╰-op6─╯
+ ╭�"�op2�"�╮ ╭�"�op4�"�╮
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]