Skip to content
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 home page filtering for summary requests #156

Merged
merged 2 commits into from
Dec 18, 2022
Merged

Fix home page filtering for summary requests #156

merged 2 commits into from
Dec 18, 2022

Conversation

giancarloaf
Copy link
Collaborator

@giancarloaf giancarloaf commented Dec 8, 2022

Fixes #153

Changes

  • add metadata attribute to status_info to make it available for filtering downstream

  • update unit tests

Validation

https://console.cloud.google.com/dataflow/jobs/us-west1/2022-12-09_11_45_45-6722142626272382025?project=httparchive

* add `metadata` attribute to `status_info` to make it available for filtering downstream

* update unit tests
@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2022

Coverage report

The coverage rate went from 43% to 44% ⬆️
The branch rate is 39%.

66% of new lines are covered.

Diff Coverage details (click to unfold)

modules/utils.py

67% of new lines are covered (99% of the complete file).

Missing lines: 222

@giancarloaf giancarloaf marked this pull request as ready for review December 18, 2022 02:15
@rviscomi
Copy link
Member

SELECT
  COUNT(DISTINCT pageid)
FROM
  `httparchive.experimental_gc_summary_requests_home_only.2022_09_01_mobile`

Result is 15077843 which indicates that the results only include home pages, as expected 👍

@rviscomi rviscomi merged commit 83b3455 into main Dec 18, 2022
@rviscomi rviscomi deleted the bug/153 branch December 18, 2022 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Too many pages in summary_requests
2 participants