Files
superset2/tests/unit_tests/datasets
Superset Dev c91505e864 fix(datasets): drop email from drill_info's nested user schema
The drill_info-local UserSchema declared an email field, and
DatasetDrillInfoSchema nests it unfiltered for both created_by and
changed_by regardless of the endpoint's select_columns contract. Any
user with dataset-read access -- Gamma is sufficient -- received
maintainer email addresses. Drop email from the schema so it is
never serialized, matching the dashboard/RLS user schemas which
expose names only.
2026-08-21 00:50:05 -07:00
..