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

Extract common ingestion tasks #5847

Merged
merged 8 commits into from
Dec 12, 2024

Fix `list_objects` and `get_most_recent_object_key` methods

d0d65e3
Select commit
Loading
Failed to load commit list.
Merged

Extract common ingestion tasks #5847

Fix `list_objects` and `get_most_recent_object_key` methods
d0d65e3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2024 in 0s

96.62% (+0.01%) compared to 84afe4a

View this Pull Request on Codecov

96.62% (+0.01%) compared to 84afe4a

Details

Codecov Report

Attention: Patch coverage is 99.47368% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.62%. Comparing base (84afe4a) to head (d0d65e3).
Report is 25 commits behind head on main.

Files with missing lines Patch % Lines
datahub/ingest/tasks.py 99.02% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5847      +/-   ##
==========================================
+ Coverage   96.61%   96.62%   +0.01%     
==========================================
  Files        1046     1053       +7     
  Lines       24904    25094     +190     
  Branches     1647     1663      +16     
==========================================
+ Hits        24060    24248     +188     
- Misses        688      690       +2     
  Partials      156      156              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.