How to Validate Data Diffs in the Extract + Load Process with Asset Checks #16918
sungchun12
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Hi @sungchun12 ! The Guides are meant for existing Dagster Libraries, e.g. Outside of the integration, if you'd like we can also pair on a blog post together. Feel free to reach out to me on the Dagster Slack and we can decide on the most appropriate path |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey There!
I've been working with @tacastillo to build out a simple integration how-to on using open source
data-diff
to solve a problem in data replication: proving data is the same (think: postgres <> snowflake replicated via fivetran)This makes most sense in a guide here as it's related to an open source library : https://docs.dagster.io/integrations

Example tested by Tim! https://gist.github.com/tacastillo/bcf457a14fc70701825e410581c3eee9
I want to make it dead simple to trust data before end users yell at data teams for easily preventable errors.
Beta Was this translation helpful? Give feedback.
All reactions