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

Daniel Gies commented on AIRFLOW-665:
-------------------------------------

The Content-Disposition header is not getting set correctly.
Fixed by https://github.com/apache/incubator-airflow/pull/1916

> 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 2.0
>
>   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='[email protected]', 
> files=['dummy.txt'])



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

Reply via email to