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

Feature remove mandatory args #40

Merged
merged 31 commits into from
Sep 28, 2023
Merged

Conversation

asingamaneni
Copy link
Collaborator

Description

There are many changes made by me and @phanikumarvemuri in this pr. Have made it concise, Extended to write to any source which spark supports and other bugs

Related Issue

#39
#37
#35
#34
#32
#29
#27
#28
#14
#13

Motivation and Context

Based on the feedback from the users and to make the tool better

How Has This Been Tested?

UnitTested Locally

Screenshots (if appropriate):

image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

asingamaneni and others added 30 commits September 13, 2023 02:34
* changing rules table along with few other changes

* reader and writer modifications

---------

Co-authored-by: phanikumarvemuri <phaniv99@gmail.com>
Co-authored-by: phanikumarvemuri <phaniv99@gmail.com>
@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (1bcce5a) 100.00% compared to head (a574b52) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #40   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        21    -1     
  Lines         1361      1394   +33     
=========================================
+ Hits          1361      1394   +33     
Files Coverage Δ
spark_expectations/config/user_config.py 100.00% <ø> (ø)
spark_expectations/core/__init__.py 100.00% <100.00%> (ø)
spark_expectations/core/context.py 100.00% <100.00%> (ø)
spark_expectations/core/expectations.py 100.00% <100.00%> (ø)
...ns/notifications/push/spark_expectations_notify.py 100.00% <100.00%> (ø)
spark_expectations/secrets/__init__.py 100.00% <100.00%> (ø)
spark_expectations/sinks/__init__.py 100.00% <ø> (ø)
spark_expectations/sinks/plugins/base_writer.py 100.00% <ø> (ø)
spark_expectations/sinks/plugins/kafka_writer.py 100.00% <100.00%> (ø)
...ark_expectations/sinks/utils/collect_statistics.py 100.00% <ø> (ø)
... and 4 more

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

Copy link
Collaborator

@Umeshsp22 Umeshsp22 left a comment

Choose a reason for hiding this comment

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

LGTM

@asingamaneni asingamaneni merged commit ca1ceb5 into main Sep 28, 2023
6 checks passed
@asingamaneni asingamaneni deleted the feature-remove-mandatory-args branch September 28, 2023 06:01
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