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

[jira] [Commented] (AIRFLOW-5116) Provide useful error messages from S3DeleteObjectsOperator

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

Steve Loughran commented on AIRFLOW-5116:
-----------------------------------------

Usual cause for partial failures here is generally lack of permissions

> Provide useful error messages from S3DeleteObjectsOperator
> ----------------------------------------------------------
>
>                 Key: AIRFLOW-5116
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5116
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: aws, contrib
>    Affects Versions: 1.10.3
>            Reporter: Joel Croteau
>            Assignee: Joel Croteau
>            Priority: Major
>
> When an error occurs deleting an object from S3, the API provides a response containing a list of errored objects, providing for each its key, an error code, and a descriptive error message. All of this would be very useful for debugging, except for some unknown reason, the `S3DeleteObjectsOperator` only provides the list of keys and strips out the error message. This makes debugging extremely difficult, and there is no reason not to include this information.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)