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] With regards, Apache Git Services
