query
Execute read-only SQL on Apache Impala, returning columns and rows. Supports SELECT, SHOW, DESCRIBE, EXPLAIN, and WITH; write SQL is blocked unless explicitly enabled.
Instructions
Execute a read-only SQL statement (SELECT / SHOW / DESCRIBE / EXPLAIN / WITH ... SELECT / bare SET) against Apache Impala and return columns+rows. DDL/DML is blocked unless the server runs with ALLOW_WRITE_SQL=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| max_rows | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |