View the original community article here
Last tested: Aug 26, 2019
You may find yourself in a situation where you want to make changes to a User Defined Dashboard, and have those changes be reflected in an existing LookML Dashboard. This is possible via the API:
- dashboard()
- Insert the UDD id and run
- Copy the Response Body
- update_dashboard()
- Insert the Response Body from step 1 with one modification:
- Insert the LookML Dashboard ID (the part after the :: in the LookML Dashboard url) into the
lookml_link_id
parameter and run
- dashboard()
- Insert the LookML Dashboard ID and run
- Copy the Response Body
- sync_lookml_dashboard()
- Paste the Response Body from step 3
- You should see the UDD ID in the response body, confirming the sync has been successful.
This content is subject to limited support.