Skip to content

Conversation

AustinCullar
Copy link
Owner

Print the filtered/non-visible comments as a percentage. This is calculated by looking at the commentCount returned by the API compared to how many we actually received. It may be interesting to see how many comments are filtered for different channels etc.

- Modify astro_db.py to account for new `filtered_comment_count` column in Videos table
- Print percentage of filterd comments as `missing_comments/total_comments * 100`
- Modify test_astro_db.py tests to account for new column in Videos table
@AustinCullar AustinCullar added the enhancement New feature or request label Oct 16, 2024
@AustinCullar AustinCullar self-assigned this Oct 16, 2024
@AustinCullar AustinCullar linked an issue Oct 16, 2024 that may be closed by this pull request
Copy link

Code Coverage

Package Line Rate Health
src 89%
src.data_collection 92%
src.tests 97%
Summary 93% (613 / 657)

Minimum allowed line rate is 70%

@AustinCullar AustinCullar merged commit 26dde1f into main Oct 16, 2024
1 check passed
@AustinCullar AustinCullar deleted the 50-track-missingfiltered-comments branch October 16, 2024 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Track missing/filtered comments
1 participant