Databricks SDK for JavaScript
    Preparing search index...

    Interface SqlTask_SqlDashboardOutput

    interface SqlTask_SqlDashboardOutput {
        warehouseId?: string;
        widgets?: SqlTask_SqlDashboardWidgetOutput[];
    }
    Index

    Properties

    warehouseId?: string

    The canonical identifier of the SQL warehouse.

    Widgets executed in the run. Only SQL query based widgets are listed.