[
https://issues.apache.org/jira/browse/AIRFLOW-665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15807816#comment-15807816
]
ASF subversion and git services commented on AIRFLOW-665:
---------------------------------------------------------
Commit 9a7801d4ee792372a717e9b1da6daceecb9c3d68 in incubator-airflow's branch
refs/heads/master from [~dgies]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=9a7801d ]
[AIRFLOW-665] Fix email attachments
Content-Disposition must be set separately on
the MIMEApplication. Passing it to the
constructor just puts it in the Content-Type header.
Closes #1916 from dgies/master
> 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)