Skip to main content

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

    Authorization string

Body

required

    language stringrequired

    Possible values: non-empty

    query stringrequired

    Possible values: non-empty

    catalogId stringrequired

    Possible values: non-empty

    timeout stringrequired

    Possible values: non-empty

Responses

The query has been successfully planned.

Schema

    queryId stringrequired

    Possible values: non-empty

    outboundQuery stringrequired

    Possible values: non-empty

Loading...