Hi,
I would like to create / update dashboard definition based on the json file. How can one do it? I tried the following:
databricks api post /api/2.0/preview/sql/dashboards/$dashboard_id --json @file.json
But it does not update the widgets...
How can this be solved, I need to be able to create / update the dashboards programatically
Regards,
Pawel