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

#60 unified input data validation #87

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

chris-1187
Copy link

This PR introduces a superclass InputValidator from where the data_quality components inherit a validate function with which they can validate their input data against an expected schema.
Closes #60.

Signed-off-by: Christian Munz <[email protected]>
@chris-1187 chris-1187 added the component Related to a RTDIP component label Dec 2, 2024
@chris-1187 chris-1187 requested a review from mollle December 2, 2024 09:36
@chris-1187 chris-1187 self-assigned this Dec 2, 2024
Signed-off-by: Christian Munz <[email protected]>
@mollle mollle merged commit 67e6890 into develop Dec 2, 2024
7 of 15 checks passed
@mollle mollle deleted the feature/060_unified_data_validation branch December 2, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component Related to a RTDIP component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unified input data validation
2 participants