[AIRFLOW-XXX] Add Hint at user defined macros (#4885)

This commit is contained in:
marengaz 2019-03-09 17:23:22 +00:00 коммит произвёл Kaxil Naik
Родитель 25401045c8
Коммит 63ef605898
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -327,8 +327,10 @@ Sensors
Macros
------
Here's a list of variables and macros that can be used in templates
Variables and macros can be used in templates (see the :ref:`jinja-templating` section)
The following come for free out of the box with Airflow.
Additional custom macros can be added globally through :ref:`plugins`, or at a DAG level through the ``DAG.user_defined_macros`` argument.
Default Variables
'''''''''''''''''