-
Notifications
You must be signed in to change notification settings - Fork 4
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
[sc-2887] GX Crawler #1025
[sc-2887] GX Crawler #1025
Conversation
☂️ Python Coverage
Overall Coverage
New Files
Modified Files
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1025 +/- ##
=======================================
Coverage ? 89.32%
=======================================
Files ? 205
Lines ? 13382
Branches ? 0
=======================================
Hits ? 11953
Misses ? 1429
Partials ? 0 ☔ View full report in Codecov by Sentry. |
This reverts commit 3e7e9f6.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gogo
🤔 Why?
Great Expectations is a well known data quality assurance tool, we want to get data monitor information from it.
🤓 What?
Implemented basic GX crawler. Currently only Snowflake and Postgres connections have been tested. Pandas datasources and simple csv files are not supported, as we can't link them to actual datasets in an existing data platform.
An
ExpectationSuite
is mapped to a DataMonitor, so if there's a single failedExpectation
in the suite, the monitor will be marked as failed.🧪 Tested?
Added unit tests.
☑️ Checks
pyproject.toml
.