Publish dashboard.
publish_lakeview.Rd
Publish the current draft dashboard.
Usage
publish_lakeview(
client,
dashboard_id,
embed_credentials = NULL,
warehouse_id = NULL
)
lakeviewPublish(
client,
dashboard_id,
embed_credentials = NULL,
warehouse_id = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- dashboard_id
Required. UUID identifying the dashboard to be published.
- embed_credentials
Flag to indicate if the publisher's credentials should be embedded in the published dashboard.
- warehouse_id
The ID of the warehouse that can be used to override the warehouse which was set in the draft.