Hi All,
Few users in my organization developed dashboards which are archived. The users are no longer working with us.
I want to see the dashboards which they have created/archived.
The users email id is no longer associated with our organization Redash.
Regards,
Chandu
Shitij
July 20, 2020, 11:29am
2
You should view the redash database for this. There is a table called dashboards which iirc has a column called is_archived. Toggle it’s value to make the dashboard available again. Also first check if the cli gives an option to do this. Not sure on that front.
1 Like
Is there a way to make these changes through Redash API using Python.
The Redash API - https://redash.io/help/user-guide/integrations-and-api/api doesn’t have complete documentation.
Thanks in advance!
k4s1m
July 20, 2020, 4:50pm
4
The API can un-archive a dashboard since this was merged:
getredash:master
← getredash:un-archive-dashboard
opened 07:48PM - 20 Feb 20 UTC
But the API doesn’t list archived dashboards. For that you need to access the metadata table like @Shitij mentioned above.
1 Like