Databricks SDK for JavaScript
    Preparing search index...

    Interface SqlTask_SqlDashboardWidgetOutput

    interface SqlTask_SqlDashboardWidgetOutput {
        endTime?: bigint;
        error?: SqlTask_SqlOutputError;
        outputLink?: string;
        startTime?: bigint;
        status?: SqlTask_SqlTaskQueryStatus;
        widgetId?: string;
        widgetTitle?: string;
    }
    Index

    Properties

    endTime?: bigint

    Time (in epoch milliseconds) when execution of the SQL widget ends.

    The information about the error when execution fails.

    outputLink?: string

    The link to find the output results.

    startTime?: bigint

    Time (in epoch milliseconds) when execution of the SQL widget starts.

    The execution status of the SQL widget.

    widgetId?: string

    The canonical identifier of the SQL widget.

    widgetTitle?: string

    The title of the SQL widget.