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

[DOP-18570] Implement SparkMetricsRecorder #302

Merged
merged 1 commit into from
Aug 9, 2024

[DOP-18570] Implement SparkMetricsRecorder

8b5c8b0
Select commit
Loading
Failed to load commit list.
Merged

[DOP-18570] Implement SparkMetricsRecorder #302

[DOP-18570] Implement SparkMetricsRecorder
8b5c8b0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 8, 2024 in 0s

94.96% (target 94.00%)

View this Pull Request on Codecov

94.96% (target 94.00%)

Details

Codecov Report

Attention: Patch coverage is 96.47436% with 22 lines in your changes missing coverage. Please review.

Project coverage is 94.96%. Comparing base (c4a9cb8) to head (8b5c8b0).

Files Patch % Lines
onetl/_metrics/listener/stage.py 86.95% 3 Missing and 3 partials ⚠️
onetl/_metrics/listener/execution.py 92.53% 4 Missing and 1 partial ⚠️
onetl/_metrics/listener/job.py 93.10% 3 Missing and 1 partial ⚠️
onetl/_metrics/listener/listener.py 96.38% 1 Missing and 2 partials ⚠️
onetl/_metrics/listener/task.py 96.07% 2 Missing ⚠️
onetl/_metrics/driver.py 95.65% 0 Missing and 1 partial ⚠️
onetl/_metrics/listener/base.py 97.29% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #302      +/-   ##
===========================================
+ Coverage    94.84%   94.96%   +0.12%     
===========================================
  Files          210      225      +15     
  Lines         8200     8823     +623     
  Branches      1413     1507      +94     
===========================================
+ Hits          7777     8379     +602     
- Misses         299      312      +13     
- Partials       124      132       +8     

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