Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateProviderAnalyticsDashboardResponse

    interface UpdateProviderAnalyticsDashboardResponse {
        dashboardId?: string;
        id?: string;
        version?: bigint;
    }
    Index

    Properties

    dashboardId?: string

    this is newly created Lakeview dashboard for the user

    id?: string

    id & version should be the same as the request

    version?: bigint