uranusjr commented on code in PR #43902:
URL: https://github.com/apache/airflow/pull/43902#discussion_r1837472645
##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -3571,31 +3558,6 @@ components:
items:
$ref: "#/components/schemas/Provider"
- SLAMiss:
- type: object
- properties:
- task_id:
- type: string
- readOnly: true
- description: The task ID.
- dag_id:
- type: string
- description: The DAG ID.
- execution_date:
- type: string
- format: datetime
- email_sent:
- type: boolean
- timestamp:
- type: string
- format: datetime
- description:
- type: string
- nullable: true
- notification_sent:
- type: boolean
- nullable: true
Review Comment:
This removal seems unrelated?
--
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]