This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 0edb0005d2d276a01b0b0dd6821ac2a5bd1c1263 Author: Kaxil Naik <[email protected]> AuthorDate: Fri Apr 17 13:39:14 2020 +0100 Make doc clearer about Airflow Variables using Environment Variables (#8427) (cherry picked from commit fa262c12f87102a7ae1abb11ea7f0d5e8be0de47) --- docs/concepts.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/concepts.rst b/docs/concepts.rst index aeebb2e..24f663f 100644 --- a/docs/concepts.rst +++ b/docs/concepts.rst @@ -676,6 +676,8 @@ You can use them in your DAGs as: Single underscores surround ``VAR``. This is in contrast with the way ``airflow.cfg`` parameters are stored, where double underscores surround the config section name. + Variables set using Environment Variables would not appear in the Airflow UI but you will + be able to use it in your DAG file. Branching =========
