Translate AtScale inbound query to an outbound data warehouse query, without running the query. This API is protected by license key with name FEATURE_CORTEX. Only supports sql language at this time.
POST/v1/public/query/plan
Translate AtScale inbound query to an outbound data warehouse query, without running the query. This API is protected by license key with name FEATURE_CORTEX. Only supports sql language at this time.
Request
Header Parameters
- application/json
Body
required
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The query has been successfully planned.
- application/json
- Schema
- Example (from schema)
Schema
Possible values: non-empty
Possible values: non-empty
{
"queryId": "string",
"outboundQuery": "string"
}
Invalid request for example: Invalid parameters, missing parameters.
Unauthorized. This error will occur if calling user is not authenticated.
Forbidden. This error will occur if calling user does not have access right for the API.
Not found. The server cannot find the requested resource.
A server error occurred. Check the logs for more details.