You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/26 16:48:57 UTC

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #19841: Add missing description field to Pool schema(REST API)

ephraimbuddy commented on a change in pull request #19841:
URL: https://github.com/apache/airflow/pull/19841#discussion_r757623525



##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -2357,6 +2357,13 @@ components:
           type: integer
           readOnly: true
           description: The number of free slots at the moment.
+        description:
+          type: string
+          description: |
+            The description of the pool.
+
+            *New in version 2.3.0*

Review comment:
       OpenAPI seems not to be interested in API versioning and the document renderers don't check for new fields/changes. It would have been better if they do because this approach is error-prone. 




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org