dashboards_published
Operations on a dashboards_published
resource.
Overview
Name | dashboards_published |
Type | Resource |
Id | databricks_workspace.lakeview.dashboards_published |
Fields
Name | Datatype |
---|---|
display_name | string |
embed_credentials | boolean |
revision_create_time | string |
warehouse_id | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getpublished | SELECT | dashboard_id, deployment_name | Get the current published dashboard. |
SELECT
examples
SELECT
display_name,
embed_credentials,
revision_create_time,
warehouse_id
FROM databricks_workspace.lakeview.dashboards_published
WHERE dashboard_id = '{{ dashboard_id }}' AND
deployment_name = '{{ deployment_name }}';