Execute an ad-hoc query in a running or paused pipeline.
Execute an ad-hoc query in a running or paused pipeline.
Path Parameters |
---|
pipeline_name string — REQUIREDUnique pipeline name |
Query Parameters |
---|
sql string — REQUIREDThe SQL query to execute. |
format string — REQUIREDPossible values: [ URL-encoded Input data format, e.g., 'text', 'json' or 'parquet'. |
Responses | ||||
---|---|---|---|---|
200 Executes an ad-hoc SQL query in a running or paused pipeline. The evaluation is not incremental.
| ||||
400 Pipeline is shutdown or an invalid SQL query was supplied
| ||||
404 Pipeline with that name does not exist
| ||||
500 A fatal error occurred during query processing (after streaming response was already initiated)
|