Nike-Inc / spark-expectations

A Python Library to support running data quality rules while the spark job is running⚡
https://engineering.nike.com/spark-expectations
Apache License 2.0
148 stars 32 forks source link

Update writer.py #70

Closed jskrajareddy21 closed 4 months ago

jskrajareddy21 commented 4 months ago

Description

This PR solves this issue: https://github.com/Nike-Inc/spark-expectations/issues/65

Related Issue

Motivation and Context

See issue

How Has This Been Tested?

Screenshots (if appropriate):

Screenshot 2024-02-17 at 3 36 22 PM

Types of changes

Checklist:

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (426ec27) 100.00% compared to head (0426380) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #70 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 22 22 Lines 1453 1453 ========================================= Hits 1453 1453 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

asingamaneni commented 4 months ago

LGTM and merged