You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (JIRA)" <ji...@apache.org> on 2019/01/25 21:26:00 UTC

[jira] [Resolved] (AIRFLOW-3602) Change ImapHook to raise an Exception when no attachments have been found

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

Kaxil Naik resolved AIRFLOW-3602.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.3
                   2.0.0

> Change ImapHook to raise an Exception when no attachments have been found
> -------------------------------------------------------------------------
>
>                 Key: AIRFLOW-3602
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3602
>             Project: Apache Airflow
>          Issue Type: Improvement
>    Affects Versions: 1.10.1
>            Reporter: Felix Uellendall
>            Assignee: Felix Uellendall
>            Priority: Major
>             Fix For: 2.0.0, 1.10.3
>
>
> At the moment the
> {code:python}
> def retrieve_mail_attachments(self, name, mail_folder='INBOX', check_regex=False,
>                                   latest_only=False):
> {code}
> returns an empty list if no attachments have been found.
> And the
> {code:python}
> def download_mail_attachments(self, name, local_output_directory, mail_folder='INBOX',
>                                   check_regex=False, latest_only=False):
> {code}
> also does not log anything if no attachment has been found.
> Is this useful? Or would it be better to raise an exception instead?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)