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

[DSIP-19] Support sagemaker connections in the connection center, as well as external connections to the connection center in sagemaker tasks #14976

Merged
merged 39 commits into from
Oct 31, 2023

Conversation

xdu-chenrj
Copy link
Contributor

issue: #14338

Related issues: [DSIP-19][Feature] Add connection center feature for DS #10283

Mail: https://lists.apache.org/thread/xl6pb3sbrt0ffrf1fltcph39s9w1pjlx

@mergeable mergeable bot removed the e2e e2e test label Sep 28, 2023
@github-actions github-actions bot added UI ui and front end related backend e2e e2e test labels Oct 30, 2023
@github-actions github-actions bot removed the e2e e2e test label Oct 30, 2023
@mergeable mergeable bot added the e2e e2e test label Oct 30, 2023
songjianet
songjianet previously approved these changes Oct 30, 2023

import com.fasterxml.jackson.annotation.JsonInclude;

@Data

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
ConnectionParam.setPassword
; it is advisable to add an Override annotation.

protected String userName;

protected String password;

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
ConnectionParam.getPassword
; it is advisable to add an Override annotation.
@EricGao888
Copy link
Member

@xdu-chenrj You may try something like @Order to avoid some exceptions related to concurrency. see: https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-api-test/dolphinscheduler-api-test-case/src/test/java/org/apache/dolphinscheduler/api/test/cases/ProjectAPITest.java

@EricGao888 EricGao888 added this to the 3.3.0 milestone Oct 30, 2023
@EricGao888 EricGao888 added the feature new feature label Oct 30, 2023
@sonarcloud
Copy link

sonarcloud bot commented Oct 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

70.8% 70.8% Coverage
3.0% 3.0% Duplication

@EricGao888 EricGao888 merged commit 5a3827e into apache:dev Oct 31, 2023
54 of 56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.3.0 backend feature new feature ready-to-merge UI ui and front end related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants