Cancel refresh.
cancel_lakehouse_monitor_refresh.Rd
Cancel an active monitor refresh for the given refresh ID.
Usage
cancel_lakehouse_monitor_refresh(client, full_name, refresh_id)
lakehouseMonitorsCancelRefresh(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 - be an owner of the table
Additionally, the call must be made from the workspace where the monitor was created.