Just as the title said, I can smoothly connect mysql database to superset
and create table, slice and dashboard, but when I add a new column in table of MySQL, the table I created in superset would not change or refresh the schema.
In order to solve the problem I have to delete all old table, slice and dashboard and connect again to rebuild them. It's not make sense.
Is any way that I can refresh schema in superset when table schema in MySQL is modified? Please help me to solve the problem, thanks!