FrancescoCastaldi commented on PR #43586: URL: https://github.com/apache/superset/pull/43586#issuecomment-5522601168
Updated the dataset lookup in \UploadCommand\ to be null-aware via \or_(SqlaTable.catalog == catalog, SqlaTable.catalog.is_(None))\ in commit \e3ed1b5\, ensuring legacy datasets with \catalog IS NULL\ are retrieved and their catalog field is properly backfilled without conflicts. All checks passing. -- 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]
