Hi
I have a dashboard that has multiple files and 1 of those files runs a SQL statement to return data from mysql and the other checks an API for updated news info. That data is then brought back into an index app that displays the data. I have debug=true so dash will reload when I change something and save one of the files, however, is there a way to turn off the SQL statement and API checking such that it will just update the layout etc and not refresh the data?
Thanks