[AIRFLOW-1505] Document when Jinja substitution occurs
Closes #2523 from TrevorEdwards/airflow-1505
This commit is contained in:
Родитель
1cd6c4b0e8
Коммит
984a87c0cb
|
@ -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
|
||||
'''''''''''''
|
||||
|
|
Загрузка…
Ссылка в новой задаче