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

[jira] [Assigned] (AIRFLOW-1022) Subdag can't receive templated fields

     [ https://issues.apache.org/jira/browse/AIRFLOW-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tao Feng reassigned AIRFLOW-1022:
---------------------------------

    Assignee: Tao Feng

> Subdag can't receive templated fields
> -------------------------------------
>
>                 Key: AIRFLOW-1022
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1022
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: subdag
>            Reporter: Marcos Takahashi
>            Assignee: Tao Feng
>            Priority: Major
>              Labels: easyfix
>
> Subdag's can't receive any templated fields as the Operator is setted as tuple() (https://github.com/apache/incubator-airflow/blob/master/airflow/operators/subdag_operator.py#L24) instead of any other templated dict like on PythonOperator (https://github.com/apache/incubator-airflow/blob/master/airflow/operators/python_operator.py#L52).
> That makes impossible on getting some important values like execution_date.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)