Skip to contents

Create a dashboard object.

Usage

create_dashboard(
  client,
  name,
  dashboard_filters_enabled = NULL,
  is_favorite = NULL,
  parent = NULL,
  run_as_role = NULL,
  tags = NULL
)

dashboardsCreate(
  client,
  name,
  dashboard_filters_enabled = NULL,
  is_favorite = NULL,
  parent = NULL,
  run_as_role = NULL,
  tags = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. The title of this dashboard that appears in list views and at the top of the dashboard page.

dashboard_filters_enabled

Indicates whether the dashboard filters are enabled.

is_favorite

Indicates whether this dashboard object should appear in the current user's favorites list.

parent

The identifier of the workspace folder containing the object.

run_as_role

Sets the Run as role for the object.

tags

This field has no description yet.