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

[Bug] [Workflow Definition] [UI] Non-existent resource front ends cannot be culled #15349

Closed
3 tasks done
ly109974 opened this issue Dec 21, 2023 · 3 comments · Fixed by #15350
Closed
3 tasks done

[Bug] [Workflow Definition] [UI] Non-existent resource front ends cannot be culled #15349

ly109974 opened this issue Dec 21, 2023 · 3 comments · Fixed by #15350
Labels
bug Something isn't working

Comments

@ly109974
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

After a resource is deleted or its name is changed, the resource referenced by the current task node cannot be displayed or deleted. As a result, a message indicating that the resource does not exist is displayed during task running

What you expected to happen

It should be possible to remove non-existent resource options

How to reproduce

Select the resource, save the workflow, and go to the resource center to change the reference resource name

Anything else

No response

Version

dev

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@ly109974 ly109974 added bug Something isn't working Waiting for reply Waiting for reply labels Dec 21, 2023
ly109974 added a commit to ly109974/dolphinscheduler that referenced this issue Dec 21, 2023
ly109974 added a commit to ly109974/dolphinscheduler that referenced this issue Dec 21, 2023
@ly109974
Copy link
Contributor Author

ly109974 commented Dec 21, 2023

image
The interface return value existed, because the resource name has been changed, resulting in no content in the selection box; And resources cannot be selected by selecting overlays

@ly109974 ly109974 reopened this Dec 21, 2023
ly109974 added a commit to ly109974/dolphinscheduler that referenced this issue Dec 22, 2023
@ruanwenjun ruanwenjun removed the Waiting for reply Waiting for reply label Dec 22, 2023
@ruanwenjun
Copy link
Member

This is caused the resource metadata doesn't store in database, we can only parse the resource file from task param and display the error message.

@ly109974
Copy link
Contributor Author

But a resource method that can remove incorrect references should be provided

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants