Databricks SDK for JavaScript
    Preparing search index...

    Interface SqlTask_SqlAlertOutput

    interface SqlTask_SqlAlertOutput {
        alertState?: SqlAlertState_SqlAlertState;
        outputLink?: string;
        queryText?: string;
        sqlStatements?: SqlTask_SqlStatementOutput[];
        warehouseId?: string;
    }
    Index

    Properties

    outputLink?: string

    The link to find the output results.

    queryText?: string

    The text of the SQL query. Can Run permission of the SQL query associated with the SQL alert 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.