uranusjr commented on pull request #15142:
URL: https://github.com/apache/airflow/pull/15142#issuecomment-812612267


   > I'm also not sure you could make this work:
   > 
   > ```
   > [t1, t2, t3] >> "label" >> [t4, t5, t6]
   > ```
   
   I don’t think `[t1, t2, t3] >> [t4, t5, t6]` works either, so that’s not a 
big problem IMO. But I am currently in camp explicit `Label` now although I 
proposed the `str` syntax; there are things a plain `str` can’t handle, so a 
class will be needed sooner or later.


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


Reply via email to