jedcunningham commented on code in PR #47639:
URL: https://github.com/apache/airflow/pull/47639#discussion_r1989973661
##########
airflow/models/baseoperator.py:
##########
@@ -54,14 +54,16 @@
NotMapped,
)
from airflow.models.taskinstance import TaskInstance, clear_task_instances
-from airflow.models.taskmixin import DependencyMixin
from airflow.sdk.definitions._internal.abstractoperator import
AbstractOperator as TaskSDKAbstractOperator
from airflow.sdk.definitions.baseoperator import (
- get_merged_defaults as get_merged_defaults, # Re-export for compat
+ # Re-export for compat
+ chain as chain,
+ chain_linear as chain_linear,
Review Comment:
Ah, I see. Sounds good.
--
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]