by
bl12
• New Contributor II
- 3184 Views
- 2 replies
- 1 kudos
Hi, I manually created a template dashboard with one widget. I wanted to clone this dashboard using the Create Dashboard API however I don't know what to put for the widget object. What I did was use the Retrieve API on the template dashboard, and th...
- 3184 Views
- 2 replies
- 1 kudos
Latest Reply
@Akash Bhat how do I clone a dashboard across workspaces? Being able to deploy dashboards (with widgets!) through the API is essential to set up proper Data Engineering workflows.
1 More Replies
- 1899 Views
- 3 replies
- 0 kudos
Is there an any example that contains at least one widget that works with the Databricks SQL Create Dashboard API? I tried the following simple dashboard:{
"name": "Delta View",
"dashboard_filters_enabled": false,
"widgets": [
{
...
- 1899 Views
- 3 replies
- 0 kudos
Latest Reply
@Valentin Rosca , Right now, Databricks also does not recommend creating new widgets via queries and dashboards API (https://docs.databricks.com/sql/api/queries-dashboards.html#operation/sql-analytics-create-dashboard). Also, copying a dashboard fr...
2 More Replies