Abdulrehman-PIAIC80387 commented on PR #40494: URL: https://github.com/apache/superset/pull/40494#issuecomment-4609379884
Thanks @aminghadersohi — went with (a). Pushed `868de3b059`: if schema is omitted, we now fall back to the legacy `get_table_by_name` so schema-blind callers keep working; if multiple datasets share the table_name across schemas, the API returns a 400 telling the caller to specify schema (no more silent miss or 500). Added two regression tests covering both paths. -- 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]
