uranusjr commented on a change in pull request #19203:
URL: https://github.com/apache/airflow/pull/19203#discussion_r736383192
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -2029,13 +2133,17 @@ components:
The execution date. This is the same as logical_date, kept for
backwards compatibility.
If both this field and logical_date are provided but with
different values, the request
will fail with an BAD_REQUEST error.
+
+ *Changed in version 2.2.0*
format: date-time
deprecated: true
start_date:
type: string
format: date-time
description: |
The start time. The time when DAG run was actually created.
+
+ *'nullable' added in version 2.1.3*
Review comment:
This should be something like
*Changed in version 2.1.3:* The field becomes nullable.
--
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]