WasbBlobSensor

Microsoft Azure

Waits for a blob to arrive on Azure Blob Storage.

View on GitHub

Last Updated: Mar. 31, 2023

Access Instructions

Install the Microsoft Azure 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.
blob_nameRequiredName of the blob.
wasb_conn_idReference to the wasb connection.
check_optionsOptional keyword arguments that WasbHook.check_for_blob() takes.

Documentation

Waits for a blob to arrive on Azure Blob Storage.

Was this page helpful?