uranusjr commented on code in PR #39138:
URL: https://github.com/apache/airflow/pull/39138#discussion_r1580492653
##########
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:
```suggestion
DagPriorityParsingRequest:
description: Request to reparse DAG(s) in a file.
type: object
properties:
fileloc:
type: string
id:
type: string
readOnly: true
description: ID of the created reparse request.
nullable: true
```
But from what I can tell, the endpoint does not actually return this?
--
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]