You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/07/14 21:28:44 UTC

[GitHub] [superset] danzinger edited a comment on issue #15692: "ERROR: Failed to fetch schemas allowed for csv upload in this database!" when trying to upload CSV

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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org