AzureServiceBusTopicDeleteOperator

Microsoft Azure

Deletes the topic in the Azure Service Bus namespace

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

topic_nameRequiredName of the topic to be deleted.
azure_service_bus_conn_idReference to the Azure Service Bus connection.

Documentation

Deletes the topic in the Azure Service Bus namespace

See also

For more information on how to use this operator, take a look at the guide: Delete Azure Service Bus Topic

Was this page helpful?