GitHub user sfirke created a discussion: On startup, Superset should print a summary of what feature flags have been set
This would serve two purposes, ideally. 1) Rapid debugging. When someone says "Alerts and Reports isn't working" the first question is, is your feature flag config being picked up? This would provide confirmation of whether this is set correctly. 2) Whether a feature flag is supported in a release. Re: 2), I just tried to set `ALERT_REPORTS_FILTER` to True in 6.0.0. But it wasn't merged into master until after 6.0.0 was initially cut. It would be nice if upon startup, Superset logged a message "WARNING: attempted to set feature flag "ALERT_REPORTS_FILTER" - that feature flag not recognized in version XXX of Superset" Heck it would have helped when I was typing `ALERT_REPORTS_TAB` instead of `ALERT_REPORT_TAB`. GitHub link: https://github.com/apache/superset/discussions/38074 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
