I can smoothly connect my MySQL database to Superset and create a table, slice and dashboard, but when I add a new column in the table in MySQL, the table I created in Superset would not change or refresh the schema.
In order to solve the problem, I have to delete the old tables, slice and dashboard and connect again to rebuild them, which doesn't make sense.
Is there any way I can refresh schema in superset when table schema in MySQL is modified?