yousoph opened a new issue #15716: URL: https://github.com/apache/superset/issues/15716
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: `"\"\\\"[]\\\"\""` _Originally posted by @danzinger in https://github.com/apache/superset/issues/15692#issuecomment-880216346_ -- 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]
