Lee-W commented on code in PR #37176:
URL: https://github.com/apache/airflow/pull/37176#discussion_r1481114839


##########
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:
   After a second thought, I don't think we really need a default value. When 
not provided, we just delete the DDRQ



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