feat: introduce Subject model and entity editors/viewers (#38831)

This commit is contained in:
Ville Brofeldt
2026-07-08 11:00:03 -07:00
committed by GitHub
parent 01e872c105
commit 33f0fc93ed
477 changed files with 28198 additions and 19018 deletions

View File

@@ -120,7 +120,7 @@ SMTP_MAIL_FROM = "superset@localhost"
# Must match where your frontend is running
WEBDRIVER_BASEURL = "http://localhost:9000/"
ALERT_REPORTS_EXECUTE_AS = [ExecutorType.OWNER]
ALERT_REPORTS_EXECUTORS = [ExecutorType.EDITOR]
FEATURE_FLAGS = {
"ALERT_REPORTS": True,