[HNT-2149] Switch curated recommendations to v2 GCS bucket#1358
Merged
[HNT-2149] Switch curated recommendations to v2 GCS bucket#1358
Conversation
Switch curated_recommendations.gcs from the v1 GCP project (moz-fx-merino-prod-1c2f / merino-airflow-data-prodpy) to v2 (moz-fx-merino-prod-5de4 / merino-airflow-data-prod). This is required before the v1 project can be decommissioned (SVCSE-4367). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jpetto
approved these changes
Mar 30, 2026
Collaborator
jpetto
left a comment
There was a problem hiding this comment.
short and sweet. do you think it would be beneficial to add a comment stating these values are for GCP V2? idk how convoluted those references are throughout the code base.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References
JIRA: HNT-2149
Related: SVCSE-4367 (decommission Merino GCP V1 project)
Related: mozilla/bigquery-etl#9105 (stop writing to v1 bucket)
Description
Switch
curated_recommendations.gcsin production config from the v1 GCP project to v2:merino-airflow-data-prodpymerino-airflow-data-prodmoz-fx-merino-prod-1c2fmoz-fx-merino-prod-5de4This is required before the v1 project can be decommissioned. The v1 bucket is listed first in the bigquery-etl write loop, so if v1 were decommissioned without this change, the write would fail before reaching the v2 bucket, breaking curated recommendations data.
QA
Add
merino/configs/development.local.tomlto point at the v2 production bucket:Start Merino locally with
MERINO_LOGGING__FORMAT=mozlog make dev, then:1. Verify engagement data loads from v2 bucket:
2. Verify engagement and prior metrics are non-zero:
3. Verify Thompson Sampling uses the loaded engagement data:
4. Verify no GCS errors for curated recommendations:
🤖 Generated with Claude Code