xavier-GitHub76 commented on issue #36305: URL: https://github.com/apache/superset/issues/36305#issuecomment-3646627931
I think it would be possible to solve the problem by making the schema mandatory everywhere. In the database : - mandatory, and if no value then the value 'public' can be set (for PostgreSQL databases) In application for forms: - mandatory, with the default value set to 'public' These forms are: - SQL Lab - creating a physical dataset - the source tab of the dataset editing screen - importing CSV, Excel, and column data With schema always defined, it would no longer be possible to create duplicate datasets pointing to the same target. -- 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]
