Skip to contents

Gets a monitor for the specified table.

Usage

get_lakehouse_monitor(client, full_name)

lakehouseMonitorsGet(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 - SELECT privilege on the table.

The returned information includes configuration values, as well as information on assets created by the monitor. Some information (e.g., dashboard) may be filtered out if the caller is in a different workspace than where the monitor was created.