Skip to content

Commit

Permalink
Make doc clearer about Airflow Variables using Environment Variables (a…
Browse files Browse the repository at this point in the history
…pache#8427)

(cherry picked from commit fa262c1)
  • Loading branch information
kaxil authored and Chris Fei committed Mar 5, 2021
1 parent e9e0047 commit ca3e537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=========
Expand Down

0 comments on commit ca3e537

Please sign in to comment.