-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init commit for flink sql quality check
- Loading branch information
1 parent
f6df093
commit 78799e4
Showing
15 changed files
with
387 additions
and
136 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
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
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
- dataCheckType: power null check | ||
rule: powerNullCheck($column) | ||
rule: $column is NULL or $column = 'NULL' or $column = 'null' or $column = '' | ||
errorType: error | ||
- dataCheckType: null check | ||
rule: $column IS NULL | ||
errorType: error | ||
- dataCheckType: duplicated check | ||
rule: UDR.com.github.sharpdata.sharpetl.core.quality.udr.DuplicatedCheck | ||
errorType: warn | ||
- dataCheckType: mismatch dim check | ||
- dataCheckType: negative check | ||
rule: $column = '-1' | ||
errorType: warn |
Oops, something went wrong.