uranusjr commented on code in PR #39138:
URL: https://github.com/apache/airflow/pull/39138#discussion_r1580493923


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -3159,6 +3182,18 @@ components:
             *New in version 2.5.0*
           nullable: true
 
+    DagPriorityParsingRequest:
+      description: Dag parsing requests.
+      type: object
+      properties:
+        fileloc:
+          type: string
+        id:
+          type: string
+          readOnly: true
+          description: The request ID.
+          nullable: true

Review Comment:
   Also I think the `id` field should be an implementation detail and not 
expose to the user. Since the value is derived from `fileloc`, we should only 
expose `fileloc` instead.



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

Reply via email to