WasbBlobSensorAsync
Astronomer ProvidersPolls asynchronously for the existence of a blob in a WASB container.
Access Instructions
Install the Astronomer Providers provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
container_nameRequiredname of the container in which the blob should be searched for
blob_nameRequiredname of the blob to check existence for
wasb_conn_idthe connection identifier for connecting to Azure WASB
poll_intervalpolling period in seconds to check for the status
public_readwhether an anonymous public read access should be used. Default is False
Documentation
Polls asynchronously for the existence of a blob in a WASB container.