Mathew created AIRFLOW-3547:
-------------------------------
Summary: Jinja templating is not enabled for some
SparkSubmitOperator parameters.
Key: AIRFLOW-3547
URL: https://issues.apache.org/jira/browse/AIRFLOW-3547
Project: Apache Airflow
Issue Type: Improvement
Components: contrib
Affects Versions: 1.10.1
Reporter: Mathew
Assignee: Mathew
SparkSubmitOperator currently only supports Jinja templating in its 'name',
'application_args' and 'packages' parameters, this is problematic as a user
might want to do something like:
{code:python}
application="{{ dag.folder }}/spark_code.py"
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)