I am able to create a visualization in Looker dashboard using explore in development mode. However, once I exit the development mode, I get the error LookML error - "Model Not Found".
I referred https://www.certification-questions.com/pdf-download/google/lookml-developer-pdf.pdf whose Q6 says that "The developer has not added users to the new model set" is the reason behind this error.
I created a new model set from https://cloud.looker.com/admin/roles and I have the Developer permission. The Developer role has Developer permission for all model sets.
I am unable to figure out which permission should be provided in order to view the dashboard outside the development mode.
LookML error outside development mode
{ "data": { "error": "Model Not Found" }, "dashboard_element_id": "4", "id": "29b7dab0e7244c7800c62dfa01e33b8e", "status": "error" }
To access the created visualization outside the development mode, you will have to push, commit, and deploy your code. Then only it would be accessible outside the development mode.