EugeneTorap opened a new issue, #21271: URL: https://github.com/apache/superset/issues/21271
I found 2 interesting bugs when we want to create a dataset in SQL Lab: 1. When we create a dataset and provide some name and then want to do it again with the same name. In second dataset creation we got `Untitled Query 7 08/31/2022 17:58:02` name but input has `qwe1` name 2. When we reload page and create a duplicate name of dataset for example name=`qwe1` then modal window is disappeared and don't handle error from server. ### Expected results We handle server error response and show "Dataset [qwe1] already exists" on UI side to user. ### Actual results Server error response is not handled. #### Screenshots https://user-images.githubusercontent.com/29536522/187712014-c11971cb-1634-4287-a540-163eba57b83a.mov https://user-images.githubusercontent.com/29536522/187713956-c98bf383-b42f-49b4-b82e-5684272f4a7a.mov ### Environment (please complete the following information): - browser type and version: - superset version: `superset version` - python version: `python --version` - node.js version: `node -v` - any feature flags active: ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. - [ ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. @michael-s-molina @kgabryje @villebro @lyndsiWilliams -- 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]
