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 2022/07/28 20:51:50 UTC

[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #25370: Add and document description fields

ephraimbuddy commented on code in PR #25370:
URL: https://github.com/apache/airflow/pull/25370#discussion_r932659724


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -2238,6 +2238,9 @@ components:
         conn_type:
           type: string
           description: The connection type.
+        description:
+          type: string
+          description: The description of the connection.

Review Comment:
   ```suggestion
             description: |
                 The description of the connection.
                 
                 *New in version 2.4.0*
             nullable: true
   ```
   We can add nullable for both descriptions



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