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

Data Transformation - Implement Validation / Testing / Notifications for SDMX 2.1 Transform #127

Open
3 tasks
osamede20 opened this issue May 1, 2024 · 0 comments

Comments

@osamede20
Copy link
Contributor

What is this?

SDMX 2.1 transform level validation
i.e. if we receive 100 'rows / records' of data as an input, we output those 100 'rows / records'.

Ultimately we are implementing data quality metrics by monitoring for anomalies, outliers, missing values, or unexpected duplicates etc. to ensure the integrity and accuracy of the data.

By using the Notification component(s) we are alerting about the detected anomalies or issues for code or data remediation steps.

What to do:

Implement testing & validation sections in the sdmx 2.1 transform code to ensure the transform code was correctly written and the output tidy csv is correct.

Implement the notification components to signal where invalid transforms are captured / identified in the sdmx 2.1 transform code

Acceptance Criteria

  • Document designs in Confluence & in-line code comments.
  • Implement validation routines.
  • Implement the notification component(s) where issues need to be raised.
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

No branches or pull requests

1 participant