mik-laj 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_r408448901
 
 

 ##########
 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:
   Can you move it to elastic_dag.py? We don't want other users to use this 
method because it is only useful for testing.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to