Skip to contents

Deletes a monitor for the specified table.

Usage

delete_lakehouse_monitor(client, full_name)

lakehouseMonitorsDelete(client, full_name)

Arguments

client

Required. Instance of DatabricksClient()

full_name

Required. Full name of the table.

Details

The caller must either: 1. be an owner of the table's parent catalog 2. have USE_CATALOG on the table's parent catalog and be an owner of the table's parent schema 3. have the following permissions: - USE_CATALOG on the table's parent catalog - USE_SCHEMA on the table's parent schema - be an owner of the table.

Additionally, the call must be made from the workspace where the monitor was created.

Note that the metric tables and dashboard will not be deleted as part of this call; those assets must be manually cleaned up (if desired).