List refreshes.
list_lakehouse_monitor_refreshes.Rd
Gets an array containing the history of the most recent refreshes (up to 25) for this table.
Usage
list_lakehouse_monitor_refreshes(client, full_name)
lakehouseMonitorsListRefreshes(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.
Additionally, the call must be made from the workspace where the monitor was created.