Get refresh.
get_lakehouse_monitor_refresh.Rd
Gets info about a specific monitor refresh using the given refresh ID.
Usage
get_lakehouse_monitor_refresh(client, full_name, refresh_id)
lakehouseMonitorsGetRefresh(client, full_name, refresh_id)
Arguments
- client
Required. Instance of DatabricksClient()
- full_name
Required. Full name of the table.
- refresh_id
Required. ID of the refresh.
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.
Additionally, the call must be made from the workspace where the monitor was created.