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

[jira] [Assigned] (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 ]

Felix Uellendall reassigned AIRFLOW-3602:
-----------------------------------------

    Assignee: Felix Uellendall

> 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
>
> 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)