[AIRFLOW-1505] Document when Jinja substitution occurs

Closes #2523 from TrevorEdwards/airflow-1505
This commit is contained in:
Trevor Edwards 2017-08-15 10:35:46 -07:00 коммит произвёл Chris Riccomini
Родитель 1cd6c4b0e8
Коммит 984a87c0cb
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -782,7 +782,8 @@ Here, ``{{ ds }}`` is a macro, and because the ``env`` parameter of the
as an environment variable named ``EXECUTION_DATE`` in your Bash script.
You can use Jinja templating with every parameter that is marked as "templated"
in the documentation.
in the documentation. Template substitution occurs just before the pre_execute
function of your operator is called.
Packaged dags
'''''''''''''