thoniTUB commented on issue #61490:
URL: https://github.com/apache/airflow/issues/61490#issuecomment-3854028168

   @jroachgolf84 The variable in the UI looks like this:
   
   <img width="895" height="443" alt="Image" 
src="https://github.com/user-attachments/assets/3908ab7f-bfa4-4fe6-8c8f-16d09061ed63";
 />
   
   And in the code it comes to this (not using `airflow.sdk.Variable` yet):
   ```python
   from airflow.models import Variable
   
   ... = Variable.get("var1", deserialize_json=deserialize_json)
   ```


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