-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
fix(source-google-search-console): fix request body for report streams by keyword #45196
fix(source-google-search-console): fix request body for report streams by keyword #45196
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
regression tests job: link Record count differences:
Keywords streams had more records in target version due to fixed missing records. Tested locally: saved connection state for search_type: web is |
...integrations/connectors/source-google-search-console/source_google_search_console/streams.py
Show resolved
Hide resolved
...integrations/connectors/source-google-search-console/source_google_search_console/streams.py
Show resolved
Hide resolved
@@ -226,61 +226,62 @@ Google Search Console only retains data for websites from the last 16 months. An | |||
<summary>Expand to review</summary> | |||
|
|||
| Version | Date | Pull Request | Subject | | |||
| :------ | :--------- | :------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------- | |
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.
nit: I prefer to use VIM for these changes as IDE likes to mess with this file.
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.
Looks great!
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.
APPROVED
/approve-regression-tests |
/approve-regression-tests
|
/approve-regression-tests
|
What
oc: https://github.com/airbytehq/oncall/issues/6297
How
comment https://github.com/airbytehq/oncall/issues/6297#issuecomment-2329129206
request records per each keyword separately
Review guide
User Impact
Can this PR be safely reverted and rolled back?