Feature Request P2
Status Update
Comments
ig...@bizzabo.com <ig...@bizzabo.com> #2
Please if you add it back make it as an option, I don't want viewers to refresh my reports for performance reasons on the backend
ig...@bizzabo.com <ig...@bizzabo.com> #3
I believe that this question is related to ID 62371417. Would not it be better to keep everything in one issue?
Acredito que essa questão esteja relacionada ao ID 62371417. Não seria melhor manter tudo em uma única questão?
Acredito que essa questão esteja relacionada ao ID 62371417. Não seria melhor manter tudo em uma única questão?
ig...@bizzabo.com <ig...@bizzabo.com> #4
Without refresh or auto refresh plugin option for view only users, the basic purpose of displaying real time data dashboard is defeated. To enable refresh providing edit option to our clients is a risk we have to deal in revealing other unnecessary information in Data resources.
Description
When a Looker project is quite large, the LookML validation takes some time, sometimes more than 3 minutes.
When you trigger this by using the validate Project API call[1] this will lead to a timeout.
I think a better approach is to make the validate call async.
Like the calls for BQ. You can trigger the process using the API call, and it will return a Job ID.
With this JobID, the user can pull the current status and, if done, the results.
This can be help full for larger projects and setting up a proper automated CICD pipeline
[1]: