rusackas commented on code in PR #36127:
URL: https://github.com/apache/superset/pull/36127#discussion_r2557309258


##########
superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts:
##########
@@ -26,6 +26,7 @@ export enum FeatureFlag {
   AlertReports = 'ALERT_REPORTS',
   AlertReportTabs = 'ALERT_REPORT_TABS',
   AlertReportSlackV2 = 'ALERT_REPORT_SLACK_V2',
+  AlertReportWebhook = 'ALERT_REPORT_WEBHOOK',

Review Comment:
   I'm not sure we need this feature flag. I think this won't really break 
anything for existing users, and only ads new tooling for users.
   
   In fairiness, we should probably open another PR to remove 
ALERT_REPORT_SLACK_V2 soon and complete that migration. And probably several 
others 😅



-- 
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]

Reply via email to