fix(datamart): if we do not have 2.0 warehousing activate we need to use legacy

This commit is contained in:
2026-04-15 08:45:48 -05:00
parent ba3227545d
commit 5b1c88546f
3 changed files with 85 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
SELECT count(*) as activated
FROM [test1_AlplaPROD2.0_Read].[support].[FeatureActivation]
where feature in (108,7)
/*
as more features get activated and need to have this checked to include the new endpoints add here so we can check this.
108 = waste
7 = warehousing
*/