You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Chao-Han Tsai (JIRA)" <ji...@apache.org> on 2019/04/27 03:21: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 ]

Chao-Han Tsai reassigned AIRFLOW-1022:
--------------------------------------

    Assignee:     (was: Chao-Han Tsai)

> 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
>            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)