-
Notifications
You must be signed in to change notification settings - Fork 116
Pull country from metrics in quick_suggest ping #7508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
curtismorales
wants to merge
32
commits into
main
Choose a base branch
from
AD-869-update-suggest-derived-tables
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
1628fb0
Pull country from metrics in quick_suggest ping
curtismorales 68e8fc9
Fix queries
curtismorales c2a1c8a
Fix tests
curtismorales b5c8597
Merge branch 'main' into AD-869-update-suggest-derived-tables
curtismorales 61fad86
Merge branch 'main' into AD-869-update-suggest-derived-tables
curtismorales 8bb47a9
Update suggest_impression_sanitized_v3 test
curtismorales 00cc357
Merge branch 'AD-869-update-suggest-derived-tables' of github.com:moz…
curtismorales 06f8a94
Merge branch 'main' into AD-869-update-suggest-derived-tables
curtismorales d171488
update CODEOWNERS
curtismorales 01f5dc3
Fix cast
curtismorales 66e4d14
Merge branch 'main' into AD-869-update-suggest-derived-tables
curtismorales 6d2d8ad
Update codeowners
curtismorales e3a72cd
Merge branch 'AD-869-update-suggest-derived-tables' of github.com:moz…
curtismorales c883dba
Undo changes to CODEOWNERS
curtismorales 2ac9381
Test CI codeowners check
curtismorales 95c218b
Merge branch 'main' into AD-869-update-suggest-derived-tables
curtismorales bccfc94
Undo change
curtismorales c513324
Merge branch 'AD-869-update-suggest-derived-tables' of github.com:moz…
curtismorales 1779e5c
Merge branch 'main' into AD-869-update-suggest-derived-tables
curtismorales 8f1fd4c
Merge branch 'main' into AD-869-update-suggest-derived-tables
curtismorales 7c5c81f
Merge branch 'main' into AD-869-update-suggest-derived-tables
curtismorales ee2e3a5
Merge branch 'main' into AD-869-update-suggest-derived-tables
curtismorales 7d45317
Simplify logic: just fall back to metrics.string.quick_suggest_country
curtismorales 8ae4212
Merge branch 'AD-869-update-suggest-derived-tables' of github.com:moz…
curtismorales 074014e
Remove country_ip and country_browser fields
curtismorales 99c7bc9
Remove unneeded version
curtismorales cdd7c75
Fix tests
curtismorales 6ba5688
Fix CODEOWNERS
curtismorales f1fcb9e
Merge branch 'main' into AD-869-update-suggest-derived-tables
curtismorales 5d76e6b
Merge branch 'main' into AD-869-update-suggest-derived-tables
curtismorales 72f84b7
Remove change to request_payload_suggest_v2
curtismorales a84ab1e
Revert "Remove change to request_payload_suggest_v2"
curtismorales File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious if it applies to other tables in the query, e.g.
moz-fx-data-shared-prod.fenix.fx_suggest
which has a similar fieldmetrics.string.fx_suggest_country
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, made a similar change for Android. This doesn't exist yet for iOS, however.