-
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][DataSource] add oceanbase datasource #13675
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #13675 +/- ##
============================================
- Coverage 39.09% 39.02% -0.08%
+ Complexity 4419 4403 -16
============================================
Files 1127 1127
Lines 42052 42053 +1
Branches 4772 4772
============================================
- Hits 16440 16410 -30
- Misses 23797 23832 +35
+ Partials 1815 1811 -4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
LGTM 👍
Hi @whhe please check the fail CI case. |
The failed link https://mvnrepository.com/artifact/com.oceanbase/oceanbase-client can be accessed in the browser, what should I do to fix it? I can replace it with https://central.sonatype.com/artifact/com.oceanbase/oceanbase-client/2.4.0/overview, but I'm not sure the CI result for it. |
Yes, I have restart the deadlink check, but fail again. @zhongjiajie PTAL |
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.
LGTM
CI keep failing, I try to merge the upstream branch |
SonarCloud Quality Gate failed. |
Purpose of the pull request
Add oceanbase datasource.
Brief change log
Add module
dolphinscheduler-datasource-oceanbase
.Verify this pull request
This pull request is manually verified by testing locally.