ephraimbuddy commented on a change in pull request #15637:
URL: https://github.com/apache/airflow/pull/15637#discussion_r625572403
##########
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:
Yes @monti-python , I suggest that the delete_file method takes a
delimiter argument with default of ''(empty string)
--
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]