mirror of
https://github.com/apache/superset.git
synced 2026-07-11 17:25:31 +00:00
Rebase fallout: master added tests importing _validate_names directly from query_dataset.py, but this branch had already extracted that function into the shared superset.mcp_service.utils.query_utils module as validate_names(). Point the tests at the shared function instead of re-adding the now-removed local copy.