-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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][task-plugins-12820] azure azure-sql datasource plugins #13209
Conversation
azureSQLDatasourceParamDTO.setDatabase(connectionParams.getDatabase()); | ||
azureSQLDatasourceParamDTO.setUserName(connectionParams.getUser()); | ||
azureSQLDatasourceParamDTO.setOther(connectionParams.getOther()); | ||
azureSQLDatasourceParamDTO.setPort(Integer.parseInt(hostPortArray[0].split(Constants.COLON)[1])); |
Check notice
Code scanning / CodeQL
Missing catch of NumberFormatException
Codecov Report
@@ Coverage Diff @@
## dev #13209 +/- ##
============================================
+ Coverage 39.35% 39.40% +0.05%
- Complexity 4276 4313 +37
============================================
Files 1067 1077 +10
Lines 40491 40814 +323
Branches 4662 4683 +21
============================================
+ Hits 15934 16082 +148
- Misses 22770 22939 +169
- Partials 1787 1793 +6
📣 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, some nip
...rg/apache/dolphinscheduler/plugin/datasource/azuresql/param/AzureSQLDataSourceProcessor.java
Outdated
Show resolved
Hide resolved
@Tianqi-Dotes please add the UI and doc too. |
|
SonarCloud Quality Gate failed. |
Purpose of the pull request
#12820
supports 5 auth mode to azure sql
Brief change log
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(or)
If your pull request contain incompatible change, you should also add it to
docs/docs/en/guide/upgrede/incompatible.md