spark-expectations icon indicating copy to clipboard operation
spark-expectations copied to clipboard

Integrating the notifications to Zoom Webhook

Open amaldevk88 opened this issue 10 months ago • 5 comments

Description

I've expanded the notification capability within the spark_expectations library to include Zoom alongside the existing Slack and Team notifications. This improvement allows users to receive updates on data quality job execution status across Zoom,Slack and Teams platforms.

Related Issue

Please link to the issue here: #82

Motivation and Context

The motivation behind this change is to broaden the reach of data quality framework execution status notifications. While Slack is a popular communication platform, some organizations prefer or exclusively use Zoom. By incorporating Zoom notifications into the spark_expectation library, we enhance its usability for a wider audience, ensuring that data quality job execution status alerts are accessible across multiple collaboration tools.

How Has This Been Tested?

To ensure the reliability and functionality of the Zoom notification feature, I thoroughly tested the following aspects: Unit Tests:- Implemented unit tests to verify the correctness of the Zoom notification implementation. Integration Testing: Conducted integration tests by simulating different data quality scenarios and validating the generation and delivery of notifications to Teams. Environment: Tested the feature in various environments like databricks, local IDEs as well as to ensure compatibility and functionality across different setups. Message Formatting: Checked the appearance and readability of messages sent to Zoom to ensure they display correctly. This comprehensive testing approach aimed to validate the feature's effectiveness, compatibility, and correctness before integrating it into the spark_expectations library.

Screenshots (if appropriate):

Link to Unit test document:- Test.Results.Proofs.-.SE.Zoom.Notif.Feature.zip

Types of changes

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

Checklist:

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

amaldevk88 avatar Apr 05 '24 07:04 amaldevk88