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


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -3014,6 +3171,15 @@ components:
           description: Custom notes left by users for this Dag Run.
           type: string
 
+    DeleteQueueEvent:
+      type: object
+      properties:
+        cutoff_time:
+          description: The cutoff time of DatasetDagQueue.
+          format: date-time
+          type: string
+          nullable: true
+

Review Comment:
   Yep, just removed it.  Thanks!



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