uranusjr edited a comment on issue #17889:
URL: https://github.com/apache/airflow/issues/17889#issuecomment-908362019


   The weird thing is there is no API to set the value _with_ description. 
Maybe we should have
   
   ```python
   Variable.set(key, val, description=desc)  # description is optional.
   Variable.update(key, value)  # Keeps description. Only works if there is a 
variable matching key?
   ```


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


Reply via email to