andrey-pervushin opened a new issue, #23540: URL: https://github.com/apache/superset/issues/23540
Creation of a Dataset from table with "/" symbol in name doesn't work. When you try to choose such table at the dataset creation screen it shows an error "Unable to load columns for the selected table. Please select a different table." It seems that the system uses http API call without URL encoding. #### How to reproduce the bug 1. Go to "*/dataset/add/" URL, or push "+DATASET" button. 2. Choose database and schema. 3. Choose a table with "/" symbol in name 4. See error ### Expected results A list of fields with types shoul appear. ### Actual results An error "Unable to load columns for the selected table. Please select a different table." #### Screenshots   ### Environment - browser type and version: MS Edge 111.0.1661.41 - superset version: `2.1.0rc3` - python version: `3.8.16-slim` - node.js version: `16-slim` - any feature flags active: {"ALERT_REPORTS": True, "RLS_IN_SQLLAB": True, "DASHBOARD_CROSS_FILTERS": True, "ENABLE_TEMPLATE_PROCESSING": True} ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Nothing to add. -- 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]
