michael-s-molina commented on PR #21438: URL: https://github.com/apache/superset/pull/21438#issuecomment-1245544923
> I'm not aware of one, and it might be worth mentioning that a lot of companies use feature flag manager platforms that prefer to work (or only work) with booleans. Booleans feel safer. If that is a concern, a possible approach would be to treat it like a configuration instead of a feature flag, similar to `CACHE_TYPE` which defaults to `null` but can be overridden with different cache backends. This is not a blocker for me, I'm just trying to avoid two feature flags for the same feature. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
