Update dashboard.
update_lakeview.Rd
Update a draft dashboard.
Usage
update_lakeview(
client,
dashboard_id,
display_name = NULL,
etag = NULL,
serialized_dashboard = NULL,
warehouse_id = NULL
)
lakeviewUpdate(
client,
dashboard_id,
display_name = NULL,
etag = NULL,
serialized_dashboard = NULL,
warehouse_id = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- dashboard_id
Required. UUID identifying the dashboard.
- display_name
The display name of the dashboard.
- etag
The etag for the dashboard.
- serialized_dashboard
The contents of the dashboard in serialized string form.
- warehouse_id
The warehouse ID used to run the dashboard.