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

6705-Data Quality Monitoring & Alerting - Storing Failed Data #221

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

james-horrocks
Copy link
Collaborator

📲 What

Added logic to quarantine data that fails DQ validation checks

🤔 Why

We want bad data to be available for investigation but not available to downstream processes

🛠 How

When data fails a validation check, select the data that failed the check and write it to a separate location for investigation

👀 Evidence

TODO

🕵️ How to test

TODO

✅ Acceptance criteria Checklist

  • Code peer reviewed?
  • Documentation has been updated to reflect the changes?
  • Passing all automated tests, including a successful deployment?
  • Passing any exploratory testing?
  • Rebased/merged with latest changes from development and re-tested?
  • Meeting the Coding Standards?

# Conflicts:
#	datastacks/datastacks/pyspark/data_quality/main.py
# Conflicts:
#	datastacks/datastacks/pyspark/data_quality/main.py
#	datastacks/datastacks/pyspark/data_quality/utils.py
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.

1 participant