You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Mathew (JIRA)" <ji...@apache.org> on 2018/12/20 05:30:00 UTC

[jira] [Created] (AIRFLOW-3547) Jinja templating is not enabled for some SparkSubmitOperator parameters.

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)