vighneshtule commented on issue #36305: URL: https://github.com/apache/superset/issues/36305#issuecomment-3681591007
@xavier-GitHub76 I can take this up. The issue seems to be on the frontend where "undefined" is being sent as the schema value when no schema is selected. I’ll fix this by adding schema to NonNullFields in UploadDataModal so it’s not appended to FormData when empty. Since the backend already supports optional schema, this should resolve the error. If needed, I can also add a small defensive check in UploadPostSchema to treat empty or "undefined" values as None. -- 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]
