kaxil commented on a change in pull request #6950: [AIRFLOW-6392] Remove cyclic 
dependency baseoperator <-> helpers
URL: https://github.com/apache/airflow/pull/6950#discussion_r361995054
 
 

 ##########
 File path: airflow/utils/helpers.py
 ##########
 @@ -142,83 +135,6 @@ def as_flattened_list(iterable):
     return [e for i in iterable for e in i]
 
 
-def chain(*tasks):
 
 Review comment:
   I definitely agree with @mik-laj  that it should not be a static method. 
Module Function is fine to me, the current change looks sensible @potiuk 👍 

----------------------------------------------------------------
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