[
https://issues.apache.org/jira/browse/AIRFLOW-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cedrik Neumann updated AIRFLOW-1480:
------------------------------------
Description:
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.
was:
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.
> 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
>
> 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)