Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use Azure Databricks APIs to manage dashboards
Dashboards are data objects that you can manage using Azure Databricks REST APIs. You can use the Workspace API to work with them as generic workspace objects or use Lakeview API tools designed explicitly for dashboard management.
The tutorials in this section are designed to help you manage dashboards throughout their lifecycle, create new AI/BI dashboards from existing legacy dashboards, and move them across different workspaces.
| Tutorial | Description |
|---|---|
| Use dashboard APIs to create and manage dashboards | Recommended for migrating dashboards. The Lakeview API is designed to work with dashboard objects. Certain functionality in the Lakeview API mirrors available tools in the Workspace API but includes additional functionality specifically for dashboard management. This tutorial contains examples demonstrating how to use Lakeview APIs to manage dashboards. |
| Manage dashboard permissions using the Workspace API | Manage dashboard permissions using the Workspace API. |
| Manage dashboards with Workspace APIs | If you're already using the Workspace API to manage workspace objects like notebooks, you can continue to use it for many dashboard management operations. This tutorial demonstrates how to use the Workspace and Lakeview APIs to manage dashboards. |