INSPECT_TASK_RUNS
Learn how to use the INSPECT_TASK_RUNS meta function in PlaidCloud Lakehouse. Returns execution history of a task - see syntax, examples, and output.
Returns execution history of a task.
Analyze Syntax
func.inspect_task_runs(<task_name>)
Analyze Examples
func.inspect_task_runs('my_task')
┌─────────────┐
│ (task runs) │
└─────────────┘
SQL Syntax
INSPECT_TASK_RUNS(<task_name>)
SQL Examples
SELECT * FROM TABLE(INSPECT_TASK_RUNS('my_task'));
┌────────────────────┐
│ (task run history) │
└────────────────────┘