YousufFFFF commented on issue #36305: URL: https://github.com/apache/superset/issues/36305#issuecomment-3681037618
Confirmed this issue still reproduces on Superset v6. When uploading a CSV to Postgres with the schema left empty, Superset attempts to create the table under `schema = "undefined"` and fails with: `psycopg2.errors.InvalidSchemaName: schema "undefined" does not exist` I’m working on a fix to restore the default schema behavior during CSV import, as discussed above. <img width="1917" height="1017" alt="Image" src="https://github.com/user-attachments/assets/3a56e15e-d6d5-406c-b834-2322783ae289" /> -- 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]
