[
https://issues.apache.org/jira/browse/AIRFLOW-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16630077#comment-16630077
]
ASF GitHub Bot commented on AIRFLOW-2794:
-----------------------------------------
bart-eijk opened a new pull request #3961: [AIRFLOW-2794] Add
WasbDeleteBlobOperator
URL: https://github.com/apache/incubator-airflow/pull/3961
### Description
* Add `delete_file` method to WasbHook
* Add WasbDeleteBlobOperator
*Additional changes*
The `click` dependency was recently updated to `7.0`, which breaks the
build. I have pinpointed it to `6.7` in order to (temporarily) fix this.
### Tests
* Add 4 tests to tests/contrib/hooks/test_wasb_hook.py
* Create new tests in
tests/contrib/operators/test_wasb_delete_blob_operator.py
### Code Quality
On my manually patched local installation, running
./scripts/ci/flake8-diff.sh exits without any problems.
Currently, the Travis CI build will fail due to a new version of `pynacl`
being released. This is addressed in the following PR by John:
https://github.com/apache/incubator-airflow-ci/pull/3
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add delete support for Azure blob
> ---------------------------------
>
> Key: AIRFLOW-2794
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2794
> Project: Apache Airflow
> Issue Type: Wish
> Components: hooks, operators
> Reporter: Bart Eijk
> Assignee: Bart Eijk
> Priority: Trivial
>
> As a developer, I would like to have the ability to create tasks that can
> delete files in Azure blob storage.
> Nice to have: the ability to delete a "folder", i.e. a prefix.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)