kaxil commented on code in PR #48491:
URL: https://github.com/apache/airflow/pull/48491#discussion_r2021535168


##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/log/wasb_task_handler.py:
##########
@@ -34,34 +35,33 @@
     import logging
 
     from airflow.models.taskinstance import TaskInstance
+    from airflow.utils.log.file_task_handler import LogMessages, LogSourceInfo
 
 
-class WasbTaskHandler(FileTaskHandler, LoggingMixin):
-    """
-    WasbTaskHandler is a python log handler that handles and reads task 
instance logs.
[email protected]
+class WasbRemoteLogIO(LoggingMixin):  # noqa: D101

Review Comment:
   We should do some test to ensure this works with AF 2.0 



##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/log/wasb_task_handler.py:
##########
@@ -34,34 +35,33 @@
     import logging
 
     from airflow.models.taskinstance import TaskInstance
+    from airflow.utils.log.file_task_handler import LogMessages, LogSourceInfo
 
 
-class WasbTaskHandler(FileTaskHandler, LoggingMixin):
-    """
-    WasbTaskHandler is a python log handler that handles and reads task 
instance logs.
[email protected]
+class WasbRemoteLogIO(LoggingMixin):  # noqa: D101

Review Comment:
   We should do some test to ensure this works with AF 2.0 



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