Metadata DB Migration – Only few tables are created
Image of Tables being created I’m trying to host Superset on Azure App Service. I need to configure an external DB for persisting the configuration, for which I’m using Azure MySQL flexible server. I have updated the SQLALCHEMY_DATABASE_URI in superset_config.py file and the connection is established. But only few tables(8 to be specific) are being created and the application is throwing 500 error. This migration works perfectly fine when tried out locally with local MySQL instance. I’m unable to find any reason as to why the migration stops mid-way. Any info to understand this would be really helpful. Thanks in advance.