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/21 16:42:04 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #13199: Create dag dependencies view

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



##########
File path: airflow/serialization/schema.json
##########
@@ -103,7 +109,8 @@
           { "type": "null" },
           { "$ref": "#/definitions/task_group" }
         ]},
-        "edge_info": { "$ref": "#/definitions/edge_info" }
+        "edge_info": { "$ref": "#/definitions/edge_info" },
+        "dependencies": { "$ref": "#/definitions/dependencies" }

Review comment:
       We should probably call this `dag_dependencies` WDYT?




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