[Feature][DataQuality] Add Data quality Module #4283#6718
Merged
caishunfeng merged 200 commits intoapache:devfrom Jan 27, 2022
zixi0825:data_quality_design
Merged
[Feature][DataQuality] Add Data quality Module #4283#6718caishunfeng merged 200 commits intoapache:devfrom zixi0825:data_quality_design
caishunfeng merged 200 commits intoapache:devfrom
zixi0825:data_quality_design
Conversation
added 30 commits
February 4, 2021 18:44
davidzollo
previously approved these changes
Jan 23, 2022
Contributor
davidzollo
left a comment
There was a problem hiding this comment.
Amazing, thanks for your great job, such a big feature
LGTM
+1
caishunfeng
reviewed
Jan 24, 2022
Contributor
caishunfeng
left a comment
There was a problem hiding this comment.
Wow, it's a big feature for DS. Gread job!
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/enums/TaskType.java
Outdated
Show resolved
Hide resolved
...uler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/DqExecuteResultMapper.xml
Outdated
Show resolved
Hide resolved
...uler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/DqExecuteResultMapper.xml
Outdated
Show resolved
Hide resolved
...ler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/DqRuleInputEntryMapper.xml
Outdated
Show resolved
Hide resolved
...a-quality/src/main/java/org/apache/dolphinscheduler/data/quality/DataQualityApplication.java
Show resolved
Hide resolved
… data_quality_design
Contributor
|
I have no other questions. |
added 2 commits
January 27, 2022 12:39
… data_quality_design
|
SonarCloud Quality Gate failed. |
Have no time for now to review, dismiss the requested changes
Contributor
|
Great job |
Contributor
|
+1 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.









Purpose of the pull request
This pull request add data quality module, the design can be viewed in #4283