monti-python commented on a change in pull request #15637:
URL: https://github.com/apache/airflow/pull/15637#discussion_r625596530
##########
File path: airflow/providers/microsoft/azure/hooks/wasb.py
##########
@@ -407,7 +407,7 @@ def delete_file(
:type kwargs: object
"""
if is_prefix:
- blobs_to_delete = self.get_blobs_list(container_name,
prefix=blob_name, **kwargs)
+ blobs_to_delete = self.get_blobs_list(container_name,
prefix=blob_name, delimiter='', **kwargs)
Review comment:
Brilliant, so the user could limit the deletion depth by specifying a
custom `delimiter` and `ignore_if_missing = True`. Thanks for that
@ephraimbuddy ! PR updated
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]