ephraimbuddy commented on a change in pull request #19203:
URL: https://github.com/apache/airflow/pull/19203#discussion_r736274260
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -490,6 +500,9 @@ paths:
description: >
Deletes all metadata related to the DAG, including finished DAG Runs
and Tasks.
Logs are not deleted. This action cannot be undone.
+
Review comment:
```suggestion
```
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -1937,7 +2032,12 @@ components:
nullable: true
description: Whether the DAG is paused.
is_active:
- description: Whether the DAG is currently seen by the scheduler(s).
+ description: |
+ Whether the DAG is currently seen by the scheduler(s).
+
+ *New in version 2.1.1*
+
+ `readOnly` *added in 2.2.0*
Review comment:
```suggestion
*'readOnly' added in 2.2.0*
```
I prefer we just have italics. Please update in other places too.
--
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]