Execute an ad-hoc SQL query in a running or paused pipeline.
The evaluation is not incremental.
| Path Parameters |
|---|
pipeline_name string — REQUIREDUnique pipeline name |
| Query Parameters |
|---|
sql string — REQUIREDSQL query to execute |
format string — REQUIREDPossible values: [ URL-encoded Input data format, e.g., 'text', 'json' or 'parquet' |
| Responses | ||||
|---|---|---|---|---|
200Ad-hoc SQL query result
| ||||
400Invalid SQL query
| ||||
404Pipeline with that name does not exist
| ||||
500
| ||||
503
|