Skip to main content

published_dashboard_embedded

Creates, updates, deletes, gets or lists a published_dashboard_embedded resource.

Overview

Namepublished_dashboard_embedded
TypeResource
Iddatabricks_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:

NameAccessible byRequired ParamsOptional ParamsDescription
embedexecdashboard_id, deployment_nameGet 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.

NameDatatypeDescription
dashboard_idstringUUID identifying the published dashboard.
deployment_namestringThe Databricks Workspace Deployment Name (default: dbc-abcd0123-a1bc)

Lifecycle Methods

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
;