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

Stateful data checks for ingestion and other types of jobs #220

Open
yruslan opened this issue Jul 8, 2023 · 2 comments
Open

Stateful data checks for ingestion and other types of jobs #220

yruslan opened this issue Jul 8, 2023 · 2 comments
Labels

Comments

@yruslan
Copy link
Collaborator

yruslan commented Jul 8, 2023

Background

TBD

Feature

Stateful data checks for ingestion and other types of jobs

Example

  • Check that the number of records in the ingested snapshot today does not deviate too much from the one ingested for the previous day
  • Similar checks for transformers and sinks

Proposed Solution

  • Should be configuration-only solution
@jirifilip
Copy link
Collaborator

Quickly looked into this for fun (was solving something similar at the previous job).

Looks like Deequ has some useful functionality we could steal 😄

@yruslan
Copy link
Collaborator Author

yruslan commented Jul 18, 2023

Nice! Thanks for the links, they have nice ideas for inspiration!

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

No branches or pull requests

2 participants