Files
superset2/tests/unit_tests/semantic_layers
Superset DevandClaude Sonnet 5 176257e42a fix(semantic_layers): check access before returning a layer's configuration
Add SemanticLayer.raise_for_access(), mirroring the existing
SemanticView.raise_for_access(), and call it from the layer GET, runtime
schema, and views endpoints before returning or exercising a layer's
decrypted configuration. Previously these endpoints resolved the layer by
UUID with no per-object permission check.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-21 00:38:48 -07:00
..