-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Feature][Data Quality] Data Quality Support Choose Database #14406
[Feature][Data Quality] Data Quality Support Choose Database #14406
Conversation
qingwli
commented
Jun 26, 2023
- close [Feature][Data Quality] Data Quality Support Choose Dadabase #14405
PTAL @zixi0825 |
Codecov Report
@@ Coverage Diff @@
## dev #14406 +/- ##
============================================
+ Coverage 38.55% 38.57% +0.01%
- Complexity 4556 4564 +8
============================================
Files 1236 1237 +1
Lines 43456 43500 +44
Branches 4814 4819 +5
============================================
+ Hits 16756 16779 +23
- Misses 24842 24862 +20
- Partials 1858 1859 +1
... and 6 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
approval ci run |
...er-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/DataSourceServiceImpl.java
Show resolved
Hide resolved
...inscheduler-common/src/main/java/org/apache/dolphinscheduler/common/constants/Constants.java
Show resolved
Hide resolved
dolphinscheduler-dao/src/main/resources/sql/upgrade/3.2.0_schema/mysql/dolphinscheduler_dml.sql
Show resolved
Hide resolved
...duler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataSourceController.java
Show resolved
Hide resolved
...duler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataSourceController.java
Outdated
Show resolved
Hide resolved
Please increase the coverage of unit testing |
Please retry analysis of this Pull-Request directly on SonarCloud. |
LGTM |
…14406) * add dataquality database api * change ui * api change * update * fix spotless * fix h2 * fix pg * fix-dead-line * update * fix-spotless * update pg sql * add ut * fix ut
* add dataquality database api * change ui * api change * update * fix spotless * fix h2 * fix pg * fix-dead-line * update * fix-spotless * update pg sql * add ut * fix ut (cherry picked from commit 175d976)
…14406) * add dataquality database api * change ui * api change * update * fix spotless * fix h2 * fix pg * fix-dead-line * update * fix-spotless * update pg sql * add ut * fix ut