phanikumv commented on code in PR #30197:
URL: https://github.com/apache/airflow/pull/30197#discussion_r1150864040


##########
airflow/providers/microsoft/azure/sensors/wasb.py:
##########
@@ -62,6 +65,64 @@ def poke(self, context: Context):
         return hook.check_for_blob(self.container_name, self.blob_name, 
**self.check_options)
 
 
+class WasbBlobAsyncSensor(WasbBlobSensor):
+    """
+    Polls asynchronously for the existence of a blob in a WASB container.
+
+    :param container_name: name of the container in which the blob should be 
searched for
+    :param blob_name: name of the blob to check existence for
+    :param wasb_conn_id: the connection identifier for connecting to Azure WASB
+    :param poll_interval:  polling period in seconds to check for the status

Review Comment:
   Done



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