evaluate_steps
Identify where a query breaks or transforms by evaluating every step in a single call. Get columns, types, first rows, or error for each step to pinpoint issues.
Instructions
Evaluate EVERY step of a query in one engine call and describe each one (columns, types, first rows rows, or the
error). The fastest way to see how a query transforms its data and to find the step where an error first appears:
one call instead of evaluate_query once per step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | ||
| query | Yes | ||
| source | Yes | ||
| timeout_seconds | No | ||
| ignore_privacy_levels | No |