WasbBlobSensorTrigger

Astronomer Providers

WasbBlobSensorTrigger is fired as deferred class with params to run the task in trigger worker to check for existence of the given blob in the provided 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_namename of the container in which the blob should be searched for
blob_namename of the blob to check existence for
wasb_conn_idthe connection identifier for connecting to Azure WASB
poke_intervalpolling period in seconds to check for the status
public_readwhether an anonymous public read access should be used. Default is False

Documentation

WasbBlobSensorTrigger is fired as deferred class with params to run the task in trigger worker to check for existence of the given blob in the provided container.

Was this page helpful?