You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/08 23:46:00 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #15142: Add support for labelling DAG edges

kaxil commented on a change in pull request #15142:
URL: https://github.com/apache/airflow/pull/15142#discussion_r610207713



##########
File path: docs/apache-airflow/concepts.rst
##########
@@ -1137,6 +1136,30 @@ TaskGroup can be created using ``@task_group`` decorator, it takes one argument
     :end-before: [END howto_task_group_decorator]
 
 
+Edge Labels
+===========
+
+As well as grouping tasks into groups, you can also label the edges between
+different tasks in the Graph View - this can be especially useful for branching
+areas of your DAG, so you can label the conditions under which certain branches
+might run.

Review comment:
       nit: Probably a screenshot in this doc might be helpful




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