Databricks SDK for JavaScript
    Preparing search index...

    Interface SqlTask_SqlQueryOutput

    interface SqlTask_SqlQueryOutput {
        endpointId?: string;
        outputLink?: string;
        queryText?: string;
        sqlStatements?: SqlTask_SqlStatementOutput[];
        warehouseId?: string;
    }
    Index

    Properties

    endpointId?: string
    outputLink?: string

    The link to find the output results.

    queryText?: string

    The text of the SQL query. Can Run permission of the SQL query is required to view this field.

    sqlStatements?: SqlTask_SqlStatementOutput[]

    Information about SQL statements executed in the run.

    warehouseId?: string

    The canonical identifier of the SQL warehouse.