alexandrecaze commented on a change in pull request #8277: WIP : [AIRFLOW-8187]
Extend elastic DAG with a binary tree, grid, star
URL: https://github.com/apache/airflow/pull/8277#discussion_r408639757
##########
File path: airflow/models/baseoperator.py
##########
@@ -1239,6 +1239,36 @@ def chain(*tasks: Union[BaseOperator,
List[BaseOperator]]):
up_t.set_downstream(down_t)
+def chain_as_binary_tree(*tasks: BaseOperator):
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services