zhongjiajie commented on a change in pull request #4779: [AIRFLOW-3958] List tasks upstream work in chain URL: https://github.com/apache/airflow/pull/4779#discussion_r296429828
########## File path: airflow/utils/helpers.py ########## @@ -150,19 +151,50 @@ def as_flattened_list(iterable): def chain(*tasks): - """ + r""" Review comment: Thanks ash for the clarification ---------------------------------------------------------------- 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
