Queue a metric refresh for a monitor.
run_lakehouse_monitor_refresh.Rd
Queues a metric refresh on the monitor for the specified table. The refresh will execute in the background.
Usage
run_lakehouse_monitor_refresh(client, full_name)
lakehouseMonitorsRunRefresh(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.