danzinger edited a comment on issue #15692: URL: https://github.com/apache/superset/issues/15692#issuecomment-880216346
Same problem here. Also the `Edit Database` UI has changed and is not consistent with the [tutorial](https://superset.apache.org/docs/creating-charts-dashboards/exploring-data) anymore. Edit: The value of the field `schemas_allowed_for_csv_upload` changes anytime the modal is opened again. There seem to be a problem with escaping the value which may ruin the datatype of the value whend parsed, resulting in the problem. Value on first opening: `"[]"` Value on second opening: `"\"[]\""` Value on third opening: `"\"\\\"[]\\\"\""` -- 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]
