Skip to content

Commit aad7b83

Browse files
authored
Export chain, chain_linear & cross_downstream (#48033)
Added `chain`, `chain_linear`, and `cross_downstream` to `__all__` in `BaseOperator`, ensuring they are properly exported for use.
1 parent b2216e6 commit aad7b83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

task-sdk/src/airflow/sdk/definitions/baseoperator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@
8989

9090
__all__ = [
9191
"BaseOperator",
92+
"chain",
93+
"chain_linear",
94+
"cross_downstream",
9295
]
9396

9497
# TODO: Task-SDK

0 commit comments

Comments
 (0)