pankajkoti commented on code in PR #32646:
URL: https://github.com/apache/airflow/pull/32646#discussion_r1272980559


##########
airflow/providers/microsoft/azure/log/wasb_task_handler.py:
##########
@@ -92,7 +92,7 @@ def hook(self):
             )
             return None
 
-    def set_context(self, ti) -> None:
+    def set_context(self, ti):

Review Comment:
   Yes, you're right. I thought to add a quick basic PR here to add the feature 
in core and then subsequent PR to add those needed support in the providers. 
The initial plan was to get this bare minimum feature support in 2.7 and then 
to add the provider supports in subsequent PR as they can be released 
subsequently once this support is available in core. 



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