v1

latestOpenAPI 3.1.02026-07-263971,2281.1 MB
textql.rpc.platform.SandboxService

LoadConnectorData

Execute a SQL query against a connector and load the results into the sandbox as a pandas DataFrame

post/v1/sandbox/query

Headers

Connect-Protocol-Version1 required

Define the version of the Connect protocol

Connect-Timeout-Msnumber

Define the timeout, in ms

Request body

sandboxIdstring required
connectorIdinteger required
querystring required

SQL query to execute against the connector

dataframeNamestring nullable

Optional name for the resulting DataFrame. Auto-generated if not provided.

Response

Success

dataframeNamestring
numRowsinteger
numColsinteger
previewstring

Text preview of the loaded data