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/10/07 05:47:29 UTC

[GitHub] [airflow] tirkarthi commented on issue #26861: Variables set via environment not accessible via HTTP API

tirkarthi commented on issue #26861:
URL: https://github.com/apache/airflow/issues/26861#issuecomment-1271137858

   This is due to commit 98f16aa7f3b577022791494e13b6aa7057afde9d (https://github.com/apache/airflow/pull/25370) where database query is used instead of `Variable.get` where `get` method went through all backends to fetch the variable value.


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