WasbDeleteBlobOperator

Microsoft Azure

Deletes blob(s) on Azure Blob Storage.

View on GitHub

Last Updated: Oct. 23, 2022

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. (templated)
blob_nameRequiredName of the blob. (templated)
wasb_conn_idReference to the wasb connection.
check_optionsOptional keyword arguments that WasbHook.check_for_blob() takes.
is_prefixIf blob_name is a prefix, delete all files matching prefix.
ignore_if_missingif True, then return success even if the blob does not exist.

Documentation

Deletes blob(s) on Azure Blob Storage.

Was this page helpful?