Cedrik Neumann created AIRFLOW-1480:
---------------------------------------
Summary: 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
The ExternalTaskSensor does not apply templating to the attributes
{noformat}
external_task_id
{noformat}
and
{noformat}
external_dag_id
{noformat}
.
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)