andrewgodwin commented on a change in pull request #15142:
URL: https://github.com/apache/airflow/pull/15142#discussion_r607143797
##########
File path: airflow/serialization/schema.json
##########
@@ -102,7 +102,8 @@
"_task_group": {"anyOf": [
{ "type": "null" },
{ "$ref": "#/definitions/task_group" }
- ]}
+ ]},
+ "edge_info": { "$ref": "#/definitions/dict" }
Review comment:
Sure, I'll add a slightly more compact representation. I can't save any
actual data, since source-target-label is all that's stored, but we can save
the outside wrapping with `_type` etc. at least?
--
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]