-
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][task]add azure datafactory task type #13417
Conversation
still testing |
|
||
List<String> listResourceGroup(User loginUser); | ||
|
||
List<String> listPipeline(User loginUser, String factoryName, String resourceGroupName); |
Check notice
Code scanning / CodeQL
Useless parameter
|
||
List<String> listDataFactory(User loginUser); | ||
|
||
List<String> listResourceGroup(User loginUser); |
Check notice
Code scanning / CodeQL
Useless parameter
|
||
public interface CloudService { | ||
|
||
List<String> listDataFactory(User loginUser); |
Check notice
Code scanning / CodeQL
Useless parameter
...nscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/CloudController.java
Show resolved
Hide resolved
add data factory ui
… feature/datafactory � Conflicts: � dolphinscheduler-bom/pom.xml
Codecov Report
@@ Coverage Diff @@
## dev #13417 +/- ##
============================================
- Coverage 39.56% 39.53% -0.03%
- Complexity 4327 4349 +22
============================================
Files 1084 1095 +11
Lines 40916 41143 +227
Branches 4697 4710 +13
============================================
+ Hits 16187 16266 +79
- Misses 22927 23070 +143
- Partials 1802 1807 +5
📣 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.
The front end part LGTM.
...ctory/src/main/java/org/apache/dolphinscheduler/plugin/task/datafactory/DatafactoryHook.java
Outdated
Show resolved
Hide resolved
SonarCloud Quality Gate failed. |
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.
Purpose of the pull request
Brief change log
add datafactory task type
#13177
Verify this pull request
#13177
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