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/03/31 07:28:42 UTC

[GitHub] [airflow] nitinmahawadiwar commented on a change in pull request #22580: Add variable description

nitinmahawadiwar commented on a change in pull request #22580:
URL: https://github.com/apache/airflow/pull/22580#discussion_r839268433



##########
File path: airflow/api_connexion/schemas/variable_schema.py
##########
@@ -23,7 +23,7 @@ class VariableSchema(Schema):
 
     key = fields.String(required=True)
     value = fields.String(attribute="val", required=True)
-
+    description = fields.String(attribute="description", required=True)

Review comment:
       thank you @ephraimbuddy for review & suggestion. 
   Will update the changes for 'required' attribute & re-submit the PR.




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