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/09 03:58:29 UTC

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

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



##########
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:
       I'm gonna merge this PR so we don't end up in CI hell, but @andrewgodwin please make another PR with this screenshot if you think that will help




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