Zhenye-Na commented on issue #34756:
URL: https://github.com/apache/airflow/issues/34756#issuecomment-1748209835

   Hi @eladkal ,
   
   I am willing to take this issue and make a PR for this.
   
   Before I made any changes, I think this issue is related to this code 
snippet 
https://github.com/apache/airflow/blob/99eeb84c820c8a380721e5d40f5917a01616b943/airflow/cli/commands/variable_command.py#L61-L66
   
   In order to achieve this, I will need to update the following line
   
   ```python
   Variable.set(args.key, args.value, serialize_json=args.json)
   ```
   
   to something like this:
   
   ```python
   Variable.set(args.key, args.value, args.description, 
serialize_json=args.json)
   ```
   
   ---
   
   I am wondering if this approach looks good to you and please feel free to 
assign me to this issue.
   
   Thanks!


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