-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue/86 return checkpoint result (#89)
* Have run_validation return a CheckpointResult * Move output for UC into conditional * Explicitly return failed expectations via slack and ms teams * Test adding some metadata * Add table name and column name to metadata * Add table name, column name and expectation name separately to metadata * Simplify getting column name * Fix broken tests * Formatting * Return boolean by default, include CheckpointResult in debug_mode * Modify README.md * Increase version number * Modify docstring * Ignore writing to UC in debug mode --------- Co-authored-by: bas <[email protected]>
- Loading branch information
Showing
6 changed files
with
39 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "dq-suite-amsterdam" | ||
version = "0.11.10" | ||
version = "0.11.11" | ||
authors = [ | ||
{ name="Arthur Kordes", email="[email protected]" }, | ||
{ name="Aysegul Cayir Aydar", email="[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters