fweilun commented on code in PR #54219:
URL: https://github.com/apache/airflow/pull/54219#discussion_r2280703317
##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/hooks/wasb.py:
##########
@@ -735,6 +744,11 @@ async def get_blobs_list_async(
:param delimiter: filters objects based on the delimiter (for e.g
'.csv')
"""
container = self._get_container_client(container_name)
+ if not isinstance(container, AsyncContainerClient):
Review Comment:
Ok, I added the type check function. Thanks for your review.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]