-
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-15837] [api] Auto create workflow while import sql script #16319
base: dev
Are you sure you want to change the base?
Conversation
|
||
import lombok.Data; | ||
|
||
@Data |
Check notice
Code scanning / CodeQL
Exposing internal representation Note
through the variable processProperties
|
||
private Map<String, Object> processProperties; | ||
|
||
private Map<String, Object> hints; |
Check notice
Code scanning / CodeQL
Exposing internal representation Note
after this call to getHints
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.
I think we don't need this feature. The scope of use of this feature is very small. I'm -1 on this.
This feature is old and the function already exists. If it is no longer needed, should the relevant code be deleted because it is no longer available? |
763725b
to
0c3c361
Compare
You can create an issue first to call a vote for this. I'm +1 on this. |
Quality Gate failedFailed conditions |
Purpose of the pull request
close #15837