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 2017/09/07 18:55:00 UTC

[jira] [Commented] (AIRFLOW-1574) Add 'to' field to template fields in EmailOperator

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

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

Commit 2d40694482df7c9c1c02a61e11d51bedb9034a93 in incubator-airflow's branch refs/heads/master from [~ahaidrey]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=2d40694 ]

[AIRFLOW-1574] add 'to' attribute to templated vars of email operator

The to field may sometimes want to be to be
template-able when you have a DAG that is using
XCOM to find the user to send the information to
(i.e. we have a form that a user submits and based
on the ldap user we send this specific user the
information). It's a rather easy fix to add the
'to' user to the template-able options.

Closes #2577 from Acehaidrey/AIRFLOW-1574


> Add 'to' field to template fields in EmailOperator
> --------------------------------------------------
>
>                 Key: AIRFLOW-1574
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1574
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Ace Haidrey
>            Assignee: Ace Haidrey
>
> The to field may sometimes want to be to be template-able when you have a DAG that is using XCOM to find the user to send the information to (i.e. we have a form that a user submits and based on the ldap user we send this specific user the information). It's a rather easy fix to add the 'to' user to the template-able options.



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