Databricks SDK for JavaScript
    Preparing search index...

    Interface MigrateDashboardRequest

    interface MigrateDashboardRequest {
        displayName?: string;
        parentPath?: string;
        sourceDashboardId?: string;
        updateParameterSyntax?: boolean;
    }
    Index

    Properties

    displayName?: string

    Display name for the new Lakeview dashboard.

    parentPath?: string

    The workspace path of the folder to contain the migrated Lakeview dashboard.

    sourceDashboardId?: string

    UUID of the dashboard to be migrated.

    updateParameterSyntax?: boolean

    Flag to indicate if mustache parameter syntax ({{ param }}) should be auto-updated to named syntax (:param) when converting datasets in the dashboard.