Skip to main content

SHOW RUNS IN TABLE_SERVICE

Description

Returns details for the latest 20 runs (in reverse chronological order) of a specified Table Service.

Note that the SQL statement does not end with ;

Syntax

SHOW RUNS IN TABLE_SERVICE
LAKE = <string>
DATABASE = <string>
TABLE = <string>
SERVICE = { 'CLUSTER' | 'COMPACT' | 'CLEAN' | 'METASYNC' }

Examples

SHOW RUNS IN TABLE_SERVICE
LAKE = 'my_lake'
DATABASE = 'my_db'
TABLE = 'my_table'
SERVICE = 'CLUSTER'