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 2017/01/07 17:02:58 UTC

[jira] [Closed] (AIRFLOW-665) Email Operator not attaching files.

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

Bolke de Bruin closed AIRFLOW-665.
----------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: Airflow 2.0)
                   Airflow 1.8

> Email Operator not attaching files.
> -----------------------------------
>
>                 Key: AIRFLOW-665
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-665
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: operators
>    Affects Versions: Airflow 2.0, Airflow 1.8, Airflow 1.7.0
>            Reporter: Appan Thirumaligai
>            Priority: Minor
>              Labels: easyfix
>             Fix For: Airflow 1.8
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> I tried to use the email operator and attach a file to it and it didn't work. The email goes out successfully but the attachment is missing. Here are the steps to reproduce it.
> with open('dummy.txt', 'w') as f:
>   f.write('dummy attachment')
> email = EmailOperator(dag=dag, task_id='test_email', to='user@domain.com', files=['dummy.txt'])



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)