Paul Rhodes created AIRFLOW-103: ----------------------------------- Summary: Allow jinja templates to be used in task params Key: AIRFLOW-103 URL: https://issues.apache.org/jira/browse/AIRFLOW-103 Project: Apache Airflow Issue Type: Improvement Components: operators Reporter: Paul Rhodes Priority: Minor
At present when defining an Operator it isn't possible to reference template variables such as {{ds}} in the params block. Enabling this makes it easier to reuse Operators with very similar configurations. An example of this might be a BashOperator which runs a large (possibly external) script that only has a couple of configuration changes used between different runs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)