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 15:18:32 UTC

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

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



##########
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:
       (I'm still continually sad that there isn't a way in OpenAPI spec to specify this more than just free-text.)




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