Yanwenjingcn opened a new issue, #19985: URL: https://github.com/apache/superset/issues/19985
PS : we update our superset from v1.4.1 to v1.5.0,Especially the database `superset db upgrade` API /api/v1/explore/form_data?tab_id=X always error,There are no specific errors reported in the log, and debug can't get in api code : superset.explore.form_data.api.ExploreFormDataRestApi.post ##### enter chart config page 1. Go to chart config page 2. api /api/v1/explore/form_data?tab_id=7 [METHOD POST] responses 403 FORBIDDEN   #### click run 3. Click on 'run' 4. api /api/v1/explore/form_data?tab_id=7 [METHOD PUT] responses 405 METHOD NOT ALLOWED   ### we drop old mysql database and use `superset db upgrade` rebuild database , The problem won't happen,But our historical data will be lost ### Environment - browser type and version: chrom - superset version: `superset version` : 1.4.1 updated to 1.5.0 - python version: `python --version` : 3.9 - DB : mysql -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
