jtfogarty commented on issue #58724:
URL: https://github.com/apache/airflow/issues/58724#issuecomment-3697645003

   I am having the same issue.  I had a 2.10.5 install and upgraded to 3.1.5.  
I can see the variable in UI but I can not reference it via code.  I deleted 
the variable and recreated with the UI as well as with the `airflow variable 
set` command.  No help.  I'm using a postgres database.  Airflow is just on a 
Linux VM.  I've also seen this on the airflow image from docker hub.  
   
   I'm using
   ```
   from airflow.sdk import Variable
   
   py_wheel = Variable.get("PY_WHEEL")
   ```


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