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

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

    [ https://issues.apache.org/jira/browse/AIRFLOW-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320851#comment-16320851 ] 

ASF subversion and git services commented on AIRFLOW-1480:
----------------------------------------------------------

Commit bf8c8b24751d5b1016f2a063e69a81b317c4db47 in incubator-airflow's branch refs/heads/master from Paulius
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=bf8c8b2 ]

[AIRFLOW-1480] Render template attributes for ExternalTaskSensor fields

Closes #2926 from pdambrauskas/feature/external_ta
sk_sensor_templates


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