Skip to content
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

Merged
merged 29 commits into from
Jan 30, 2023

Conversation

Tianqi-Dotes
Copy link
Member

@Tianqi-Dotes Tianqi-Dotes commented Jan 17, 2023

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

@Tianqi-Dotes Tianqi-Dotes self-assigned this Jan 17, 2023
@Tianqi-Dotes Tianqi-Dotes added this to the 3.2.0 milestone Jan 17, 2023
@Tianqi-Dotes Tianqi-Dotes linked an issue Jan 17, 2023 that may be closed by this pull request
3 tasks
dolphinscheduler-api/pom.xml Outdated Show resolved Hide resolved
@Tianqi-Dotes Tianqi-Dotes added UI ui and front end related feature new feature document labels Jan 17, 2023
@Tianqi-Dotes
Copy link
Member Author

still testing

@Tianqi-Dotes Tianqi-Dotes marked this pull request as draft January 17, 2023 06:41

List<String> listResourceGroup(User loginUser);

List<String> listPipeline(User loginUser, String factoryName, String resourceGroupName);

Check notice

Code scanning / CodeQL

Useless parameter

The parameter 'loginUser' is never used.

List<String> listDataFactory(User loginUser);

List<String> listResourceGroup(User loginUser);

Check notice

Code scanning / CodeQL

Useless parameter

The parameter 'loginUser' is never used.

public interface CloudService {

List<String> listDataFactory(User loginUser);

Check notice

Code scanning / CodeQL

Useless parameter

The parameter 'loginUser' is never used.
@EricGao888 EricGao888 self-requested a review January 17, 2023 06:52
@github-actions github-actions bot removed UI ui and front end related document labels Jan 17, 2023
@github-actions github-actions bot added the UI ui and front end related label Jan 17, 2023
… feature/datafactory

� Conflicts:
�	dolphinscheduler-bom/pom.xml
@Tianqi-Dotes Tianqi-Dotes added the 3.2.0 for 3.2.0 version label Jan 18, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2023

Codecov Report

Merging #13417 (a536618) into dev (3a6e103) will decrease coverage by 0.03%.
The diff coverage is 38.60%.

@@             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     
Impacted Files Coverage Δ
...olphinscheduler/plugin/task/api/TaskConstants.java 60.00% <ø> (ø)
...plugin/task/datafactory/DatafactoryParameters.java 0.00% <0.00%> (ø)
...lugin/task/datafactory/DatafactoryTaskChannel.java 0.00% <0.00%> (ø)
...ask/datafactory/DatafactoryTaskChannelFactory.java 0.00% <0.00%> (ø)
...lphinscheduler/api/controller/CloudController.java 14.28% <14.28%> (ø)
...duler/plugin/task/datafactory/DatafactoryHook.java 33.84% <33.84%> (ø)
...duler/plugin/task/datafactory/DatafactoryTask.java 35.13% <35.13%> (ø)
...inscheduler/api/service/impl/CloudServiceImpl.java 53.57% <53.57%> (ø)
.../org/apache/dolphinscheduler/api/enums/Status.java 100.00% <100.00%> (ø)
...ler/plugin/task/datafactory/DatafactoryStatus.java 100.00% <100.00%> (ø)
... and 30 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Tianqi-Dotes Tianqi-Dotes marked this pull request as ready for review January 18, 2023 09:23
Amy0104
Amy0104 previously approved these changes Jan 18, 2023
Copy link
Member

@Amy0104 Amy0104 left a 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.

@github-actions github-actions bot added the e2e e2e test label Jan 29, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jan 29, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 25 Code Smells

36.0% 36.0% Coverage
0.0% 0.0% Duplication

Copy link
Member

@SbloodyS SbloodyS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@Tianqi-Dotes Tianqi-Dotes merged commit 78ba71b into apache:dev Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.2.0 for 3.2.0 version backend document e2e e2e test feature new feature UI ui and front end related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][task-plugins] azure data factory task plugins
6 participants