`Errors` here appear only because users specified some keys to delete while these keys don't exist in the bucket. It doesn't have to mean an actual error.
If we fail on "error" here, implicitly we're adding a requirement: you can only delete objects that you're 100% sure that they exist in the bucket. Or possibly we can add another argument, say `fail_if_not_found`. Only when it's set to `True`, the task would fail when the key to delete doesn't exist. (default value should be?) Any thoughts on this? [ Full content available at: https://github.com/apache/incubator-airflow/pull/3823 ] This message was relayed via gitbox.apache.org for [email protected]
