heavyai / heavydb

HeavyDB (formerly OmniSciDB)
https://heavy.ai
Apache License 2.0
2.93k stars 445 forks source link

`get_dashboards` returns empty dashboard_state and image_hash #501

Open wamsiv opened 4 years ago

wamsiv commented 4 years ago

dashboard_state and image_hash are intentionally left empty to reduce payload size(especially when returning a list of large amount of dashboards). You can grab the dashboard_id of the interesting dashboard from the list and make a call to get_dashboard() to get full details.

The issue was raised originally in https://github.com/omnisci/pymapd/issues/290 where user had a use case to make backup of all currently available dashboards which will be stored in files and exported to external storage. Please refer to more discussion at https://github.com/omnisci/pymapd/issues/290.

wamsiv commented 4 years ago

cc: @tshepitko