Skip to contents

Create a draft dashboard.

Usage

create_lakeview(
  client,
  display_name,
  parent_path = NULL,
  serialized_dashboard = NULL,
  warehouse_id = NULL
)

lakeviewCreate(
  client,
  display_name,
  parent_path = NULL,
  serialized_dashboard = NULL,
  warehouse_id = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

display_name

Required. The display name of the dashboard.

parent_path

The workspace path of the folder containing the dashboard.

serialized_dashboard

The contents of the dashboard in serialized string form.

warehouse_id

The warehouse ID used to run the dashboard.