JH-A-Kim commented on code in PR #70148:
URL: https://github.com/apache/airflow/pull/70148#discussion_r3706811031
##########
airflow-core/src/airflow/serialization/schema.json:
##########
@@ -201,6 +201,11 @@
"type": "array",
"items": { "$ref": "#/definitions/dict" }
},
+ {
+ "$comment": "Once persisted, a Dag's deadline alerts live
as rows in the deadline_alert table and the serialized Dag keeps only a list of
UUID strings referencing them (see
SerializedDagModel._generate_deadline_uuids). This branch lets the stored form
validate at any lifecycle stage, not only before the dict->UUID rewrite.",
Review Comment:
And in the `schema.json` there are a few different places using `$comment`
such as in `_is_mapped`, `operator`, `task_group` and a few other places
although the comments they have are significantly shorter.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]