in the API documentation it says that for the import lookl dashboard request (i.e. POST/dashboards/{lookml_dashboard_id}/import/{space_id}) a “lookml_dashboard_id” is required.
What exactly should this lookml_dashboard_id look like?
Thanks for the response - however as mentioned in the original inquiry this approach does not seem to work.
I either get the errore message
“Object of type DashboardAppearance is not JSON serializable”
or, if I leave out the paramter “appearance”
“Looker is unavailable”
however I can for example download data from explores via the API…
Could it be that the code snippet does not work for API Version 4.0?
For testing puposes I created a dashboard file “test_dashboard” containing the lookml_dashbord “test”, i.e.
---
- dashboard: test
title: Test
It only contains a text-tile.
And I want to import it to folder 123
Assume model_name = my_model
Now, when I understood it correctly, the response should be
Do you have the possibility of installing the API Explorer extension on your instance or using the Interactive Reference (Run It on the right hand side) to rule out any python related issues first?