Is this the right pattern for reading from a sql database https://github.com/plotly/dash-recipes/blob/master/sql_dash_dropdown.py?
I am not clear on how threading works. Will this still work if run in gunicorn with multiple threads.
elsewhere in forum there is a reference to flask_sqlalchemy (Update MySQL data in dash app) but I’m not clear if this is needed for query-only.
thanks!