feat(SKY-11909): /analytics console restructure — Phase 1 (v4.2) (#7209)

This commit is contained in:
Aaron Perez 2026-07-08 14:19:50 -05:00 committed by GitHub
parent 337c002595
commit 777e842c39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,3 +24,8 @@ export const WORKFLOWS_DIRECTORY_TREE_FLAG = "WORKFLOWS_DIRECTORY_TREE";
// Opt-in (0% base rollout) preview gating the redesigned workflow studio.
// Not enrolled reads as disabled, so the default stays the legacy editor.
export const WORKFLOW_STUDIO_FLAG = "workflow_studio_v2";
// Opt-in (0% base rollout) gating the analytics org-zoom group-by lens
// (run metadata / workflow tag). Off ⇒ the dashboard renders as today with no
// group-by control. See cloud_docs/analytics/GROUP_BY_LENS_DESIGN.md.
export const ANALYTICS_GROUP_BY_LENS_FLAG = "ANALYTICS_GROUP_BY_LENS";