uranusjr commented on code in PR #37176:
URL: https://github.com/apache/airflow/pull/37176#discussion_r1480912161
##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -3014,6 +3171,15 @@ components:
description: Custom notes left by users for this Dag Run.
type: string
+ DeleteDatasetDagRunQueue:
+ type: object
+ properties:
+ cutoff_time:
+ description: The cutoff time of DatasetDagQueue.
+ format: date-time
+ type: string
+ nullable: true
Review Comment:
The default missing value is *now* but that’s currently not described
anywhere. Or do we really need to have a default instead of making the
parameter required?
--
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]