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

[Delivery metrics 2.0] Data quality checks #3421

Open
widal001 opened this issue Jan 7, 2025 · 0 comments
Open

[Delivery metrics 2.0] Data quality checks #3421

widal001 opened this issue Jan 7, 2025 · 0 comments

Comments

@widal001
Copy link
Collaborator

widal001 commented Jan 7, 2025

Description

Add data quality checks to catch issues with our ETL pipeline or data platform, so that we can address issues early rather than having them "leak" into the user facing dashboards. Consider adopting a tool like great expectations to assist with this.

Questions

  • Which tool(s) should we use for data quality monitoring? Options include:
    • Great expectations
    • Monte carlo
  • At which stage in the process should we set up these checks? For example:
    • After export but before load
    • After load into the DB
  • What should we do when a data quality check fails? For example:
    • Notify the team via slack
    • Halt execution
    • Write failing fields to a dead letter queue

Probability of success and key risks

  • Probability of success: 80%
  • Key risks
    • Adding data quality monitoring increases the overall complexity of the application
    • Adding data quality monitoring results in too many false positives, blocking downstream metrics

Date of delivery (estimated)

Sprint 2.5 (Mar 18, 2024)

Level of effort

L

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Prioritized
Development

No branches or pull requests

1 participant