Skip to content

chore(examples): add example for data quality patterns #44

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

Merged
merged 1 commit into from
May 25, 2025

Conversation

flitzpiepe93
Copy link
Contributor

🚀 Add Example Notebook: Data Quality Patterns with SparkDQ

Summary

This merge request adds a new Jupyter Notebook demonstrating how to implement three essential data quality integration patterns using SparkDQ:

  • Fail Fast – Stop pipeline execution on critical validation failures
  • Quarantine & Continue – Route invalid records to a quarantine zone while processing clean data
  • Hybrid Threshold – Allow some invalid records, but fail the pipeline if a defined threshold is exceeded

The example uses the NYC Yellow Taxi dataset (January 2025) and shows how to define validation rules using CheckSet and config-based checks.

@flitzpiepe93 flitzpiepe93 self-assigned this May 25, 2025
@flitzpiepe93 flitzpiepe93 added the chore Maintenance tasks like updates to docs, configs, workflows, or dependencies — no impact on core func label May 25, 2025
Copy link

codecov bot commented May 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@flitzpiepe93 flitzpiepe93 merged commit 2298fd7 into main May 25, 2025
8 checks passed
@flitzpiepe93 flitzpiepe93 deleted the chore/add-example-for-dq-integration branch May 25, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance tasks like updates to docs, configs, workflows, or dependencies — no impact on core func
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant