evaluate_query
Evaluate a query up to a specific step to return columns, types, and sample rows. Use it to validate transformations or identify the step where errors first appear.
Instructions
Freshly evaluate a query, or the query only up to step, and return columns, types and sample rows. Use it to get real
column names before apply_transform, to see what a step does to the data, or to find the step where an error first
appears (evaluate step by step).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | ||
| step | No | ||
| query | Yes | ||
| source | Yes | ||
| profile | No | ||
| count_rows | No | ||
| timeout_seconds | No | ||
| ignore_privacy_levels | No |