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

feat(engine): added main engine mvp #7

Merged
merged 7 commits into from
Jul 25, 2021
Merged

Conversation

UrbanoFonseca
Copy link
Contributor

Implements the core DataQuality engine that dispatches and stores results from the multiple individual engines.

Features:

  • DataQuality prime engine
  • Graceful errors in individual tests' evaluate() (core)

Closes #6

@UrbanoFonseca UrbanoFonseca added the feature A new feature label Jul 13, 2021
@UrbanoFonseca UrbanoFonseca self-assigned this Jul 13, 2021
@UrbanoFonseca UrbanoFonseca marked this pull request as ready for review July 13, 2021 15:56
Copy link
Contributor

@jfsantos-ds jfsantos-ds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, happy to see it going through the notebook test with apparently no trouble!
There are probably still some compatibility issues depending on the provided arguments.
Integration can probably still go a long way (mitigating duplicated resources/tasks) but we are getting there 🙌🏼

@UrbanoFonseca UrbanoFonseca merged commit 41993ca into master Jul 25, 2021
@portellaa portellaa deleted the feat/prime-engine branch September 23, 2021 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(engines): enable graceful errors of individual tests
2 participants