feat(firefox_desktop_derived): enrich schema and add README for newtab_content_items_daily_v1#9250
Draft
gkatre wants to merge 2 commits into
Draft
feat(firefox_desktop_derived): enrich schema and add README for newtab_content_items_daily_v1#9250gkatre wants to merge 2 commits into
gkatre wants to merge 2 commits into
Conversation
…b_content_items_daily_v1 - schema.yaml: all 19 fields enriched — 4 from global.yaml (submission_date, channel, country, app_version), 2 from upstream source schemas (newtab_content_surface_id, corpus_item_id), 1 from query context (newtab_content_ping_version), 12 retained with 3 quality fixes (matches_selected_topic typo, section_position typo, content_redacted clarified) - README.md: created (139 lines) covering data flow from two sources (newtab_v1 legacy + newtab_content ping), How It Works, Key Fields, 3 graduated example queries, Implementation Notes, Notes & Conventions - newtab_content_items_daily_v1_missing_metadata.yaml: 3 non-base-schema columns recommended for app_newtab.yaml - newtab_content_items_daily_v1-metadata-summary.md: full enrichment summary Co-Authored-By: claude-sonnet-4-6 <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
Integration report for "feat(firefox_desktop_derived): enrich schema and add README for newtab_content_items_daily_v1"
|
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.
Summary
schema.yamlforfirefox_desktop_derived.newtab_content_items_daily_v1— all 19 fields now have descriptions sourced from global.yaml (4 fields), upstream newtab schemas (2 fields), query context (1 field), and retained/corrected existing descriptions (12 fields)README.md(139 lines) documenting the dual-source data flow (legacy newtab_v1 ping + dedicated newtab_content ping), aggregation logic, example queries, and field conventionsnewtab_content_items_daily_v1_missing_metadata.yamlrecommending 3 newtab-specific columns (newtab_content_surface_id,corpus_item_id,newtab_content_ping_version) for addition toapp_newtab.yamlChanges
sql/moz-fx-data-shared-prod/firefox_desktop_derived/newtab_content_items_daily_v1/schema.yaml— all 19 fields enriched: 4 from global.yaml base schema, 2 from upstream newtab source schemas, 1 from query context, 12 retained with 3 quality fixes (typos and clarifications)sql/moz-fx-data-shared-prod/firefox_desktop_derived/newtab_content_items_daily_v1/README.md— new file (139 lines) covering Overview, Data Flow (Mermaid), How It Works, Key Fields, 3 graduated example queries, Implementation Notes, Notes & Conventions, Schema & Related Tablesbigquery_etl/schema/missing_metadata/newtab_content_items_daily_v1_missing_metadata.yaml— 3 columns not found in any live base schema, recommended forapp_newtab.yamlbigquery_etl/schema/missing_metadata/newtab_content_items_daily_v1-metadata-summary.md— full enrichment run summary with per-column source tracking🤖 Generated with Claude Code