published_dashboard_embedded
Creates, updates, deletes, gets or lists a published_dashboard_embedded resource.
Overview
| Name | published_dashboard_embedded |
| Type | Resource |
| Id | databricks_workspace.dashboards.published_dashboard_embedded |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
embed | exec | dashboard_id, deployment_name | Get the current published dashboard within an embedded context. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
dashboard_id | string | UUID identifying the published dashboard. |
deployment_name | string | The Databricks Workspace Deployment Name (default: dbc-abcd0123-a1bc) |
Lifecycle Methods
- embed
Get the current published dashboard within an embedded context.
EXEC databricks_workspace.dashboards.published_dashboard_embedded.embed
@dashboard_id='{{ dashboard_id }}' --required,
@deployment_name='{{ deployment_name }}' --required
;