michalc commented on code in PR #32773:
URL: https://github.com/apache/airflow/pull/32773#discussion_r1271393017


##########
airflow/providers/microsoft/azure/log/wasb_task_handler.py:
##########
@@ -62,6 +63,7 @@ def __init__(
         **kwargs,
     ) -> None:
         super().__init__(base_log_folder, filename_template)
+        self.handler: logging.FileHandler | None = None

Review Comment:
   Ah - without this, type checking fails, so it seemed appropriate otherwise 
checks would be failing?
   
   But also, https://github.com/apache/airflow/pull/31855/files has just now 
been merged, so this is a mute point? That PR was rebased on this one



-- 
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]

Reply via email to