fix(bug-2060144): resolve google play store bad request error - #9762
Merged
kik-kik merged 5 commits intoAug 6, 2026
Conversation
Contributor
There was a problem hiding this comment.
This PR wraps response.raise_for_status() in the six Google Play Store query.py jobs to log the response body before re-raising, moves all seven google_play_store_derived tables to a 7-day scheduling lag, and retags the bqetl_google_play_store DAG from impact/tier_2 to impact/tier_3.
The lag change is consistent for the four vitals_* tables, but the three slow_startup_* scripts apply an additional -1 day shift internally, so the partition they write no longer matches the date_partition_offset being declared — details inline. The error-handling block also calls response.json() on a response that may not be JSON, inside the exception handler.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
lucia-vargas-a
approved these changes
Aug 5, 2026
lucia-vargas-a
left a comment
Contributor
There was a problem hiding this comment.
- comment on removing the timedelta
kik-kik
force-pushed
the
fix/bug-2060144/resolve-google_play_store-bad-request
branch
from
August 6, 2026 08:11
447c671 to
da0f91c
Compare
This comment has been minimized.
This comment has been minimized.
kik-kik
force-pushed
the
fix/bug-2060144/resolve-google_play_store-bad-request
branch
from
August 6, 2026 13:44
da0f91c to
275df7e
Compare
Collaborator
Integration report
|
kik-kik
deleted the
fix/bug-2060144/resolve-google_play_store-bad-request
branch
August 6, 2026 14:10
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.
fix(bug-2060144): resolve google play store bad request error
Description
This makes the following three changes:
tier_2totier_3.