I installed version 5.0 using the docker image, and have created a test query that pulls data from a URL. The data initially display correctly; however, even though I have specified a scheduled refresh schedule of 1 minute, the published dashboard never refreshed unless I manually refresh the web browser.
Shared dashboards currently have no support for auto refresh. We will soon add the option to trigger reload of the data on schedule. I will keep this issue open until this is pushed.
Just to clarify: it has nothing to do with type of data source. It just how shared dashboards work.
Ok, thank you for the information.
Is this resolved?
This feature is not yet implemented, i suggest the re-opening of the issue.
Hi @NickStarlight, auto refresh is available for Public Dashboard for now following the refresh url parameter (documented here).
So, if you want to use it in a Public Dashboard just add a refresh=[time-in-seconds] to the url, e.g:
https://redash-preview.netlify.com/public/dashboards/I3e8mcarbtK0QRNQ6nPLS87izI6maEAURQ8oPImj?org_slug=default&refresh=60 will make this dashboard refresh every minute :slightly_smiling_face:
how do we auto-refresh a private dashboard ?
Most helpful comment
Hi @NickStarlight, auto refresh is available for Public Dashboard for now following the
refreshurl parameter (documented here).So, if you want to use it in a Public Dashboard just add a
refresh=[time-in-seconds]to the url, e.g:https://redash-preview.netlify.com/public/dashboards/I3e8mcarbtK0QRNQ6nPLS87izI6maEAURQ8oPImj?org_slug=default&refresh=60 will make this dashboard refresh every minute :slightly_smiling_face: