You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Bolke de Bruin (JIRA)" <ji...@apache.org> on 2018/01/10 18:57:01 UTC

[jira] [Resolved] (AIRFLOW-1480) Render attributes for ExternalTaskSensor

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

Bolke de Bruin resolved AIRFLOW-1480.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.0

Issue resolved by pull request #2926
[https://github.com/apache/incubator-airflow/pull/2926]

> Render attributes for ExternalTaskSensor
> ----------------------------------------
>
>                 Key: AIRFLOW-1480
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1480
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: operators
>    Affects Versions: 1.8.1
>            Reporter: Cedrik Neumann
>            Priority: Trivial
>              Labels: easyfix
>             Fix For: 1.10.0
>
>
> The ExternalTaskSensor does not apply templating to the attributes {{external_task_id}} and {{external_dag_id}}.
> Adding
> {code:python}
> template_fields = ['external_dag_id', 'external_task_id']
> {code}
> to the ExternalTaskSensor would allow templating for those attributes.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)