w.lakeview_embedded: Lakeview Embedded¶
- class databricks.sdk.service.dashboards.LakeviewEmbeddedAPI¶
Token-based Lakeview APIs for embedding dashboards in external applications.
- get_published_dashboard_token_info(dashboard_id: str [, external_value: Optional[str], external_viewer_id: Optional[str]]) GetPublishedDashboardTokenInfoResponse¶
Get a required authorization details and scopes of a published dashboard to mint an OAuth token.
- Parameters:
dashboard_id – str UUID identifying the published dashboard.
external_value – str (optional) Provided external value to be included in the custom claim.
external_viewer_id – str (optional) Provided external viewer id to be included in the custom claim.
- Returns: