Databricks SDK for JavaScript
    Preparing search index...

    Interface PublishDashboardRequest

    interface PublishDashboardRequest {
        dashboardId?: string;
        embedCredentials?: boolean;
        warehouseId?: string;
    }
    Index

    Properties

    dashboardId?: string

    UUID identifying the dashboard to be published.

    embedCredentials?: boolean

    Flag to indicate if the publisher's credentials should be embedded in the published dashboard. These embedded credentials will be used to execute the published dashboard's queries.

    warehouseId?: string

    The ID of the warehouse that can be used to override the warehouse which was set in the draft.