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

Add checks for empty Entry #211

Merged
merged 9 commits into from
Oct 10, 2023
Merged

Add checks for empty Entry #211

merged 9 commits into from
Oct 10, 2023

Conversation

tunetheweb
Copy link
Member

Rerunning September desktop combined run now to confirm fix.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2023

Coverage report

The coverage rate went from 42.81% to 42.44% ⬇️
The branch rate is 35%.

35.29% of new lines are covered.

Diff Coverage details (click to unfold)

modules/non_summary_pipeline.py

0% of new lines are covered (22.89% of the complete file).
Missing lines: 82, 83

modules/transformation.py

30.76% of new lines are covered (39.89% of the complete file).
Missing lines: 212, 213, 214, 511, 512, 513, 569, 570, 571

modules/utils.py

100% of new lines are covered (99.06% of the complete file).

@tunetheweb tunetheweb changed the title Add check for empty Entry Add checks for empty Entry Oct 3, 2023
@@ -85,6 +85,7 @@ def __init__(
"create_disposition": BigQueryDisposition.CREATE_IF_NEEDED,
"write_disposition": BigQueryDisposition.WRITE_APPEND,
"additional_bq_parameters": {
"maxBadRecords": 10,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the actual fix. The rest just cleans up errors that do not cause a full failure but do cause errors.

Still can't see what exactly failed and why.

@tunetheweb tunetheweb marked this pull request as ready for review October 8, 2023 14:18
@tunetheweb
Copy link
Member Author

@rviscomi going to merge this tomorrow evening in time for Tuesday/Wednesday's run, but if you get a chance to review it before then, then please do!

@tunetheweb tunetheweb merged commit ece86b5 into main Oct 10, 2023
3 checks passed
@tunetheweb tunetheweb deleted the add-test-for-empty-entry branch October 10, 2023 08:15
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.

2 participants