potiuk commented on code in PR #41383:
URL: https://github.com/apache/airflow/pull/41383#discussion_r1713058801


##########
airflow/providers/microsoft/azure/hooks/wasb.py:
##########
@@ -213,7 +213,7 @@ def get_conn(self) -> BlobServiceClient:
             **extra,
         )
 
-    def _get_container_client(self, container_name: str) -> ContainerClient:

Review Comment:
   Ok. I need to ignore the errors for now - because the whole 
deferrab;le/non-deferrable hierarchy logic is somewhat mixed - some methods 
assume it's Async client and some othe that it is sync - so the hierarchy of 
calls will need to be reworked to make good use of new typing information.
   
   I left TODOs



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to