Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateDashboardRequest

    interface CreateDashboardRequest {
        dashboard?: Dashboard;
        datasetCatalog?: string;
        datasetSchema?: string;
    }
    Index

    Properties

    dashboard?: Dashboard
    datasetCatalog?: string

    Sets the default catalog for all datasets in this dashboard. Does not impact table references that use fully qualified catalog names (ex: samples.nyctaxi.trips). Leave blank to keep each dataset’s existing configuration.

    datasetSchema?: string

    Sets the default schema for all datasets in this dashboard. Does not impact table references that use fully qualified schema names (ex: nyctaxi.trips). Leave blank to keep each dataset’s existing configuration.