User story: As someone who has been working on this for too long, I want the new Glent normalizer to be activated so we can generate better suggestions for M0 now and for M1 in the near future.
When the last code for T238151 is merged, we need to enable icutoknorm as the normalizer for M0 and M1 on the command line in Airflow ( --query-normalizer ).
We may also want to regenerate old data using the new normalizer if needed. (I'm not sure if it is needed, and we could also decide that it isn't worth it and let the older data age out, but that would take a while, and we wouldn't have the new normalizer in place for the M1 A/B test.)
Acceptance Criteria:
- Airflow shows that M0 and M1 data prep are using --query-normalizer icutoknorm as a command line option.
- Old data has been regenerated for M0 and M1, or we've explained why we shouldn't or don't need to.