Skip to content

[Improvement][UI] Task name of copied task should be joined with '-' rather than '_' #17045

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

Open
3 tasks done
ChaoquanTao opened this issue Mar 6, 2025 · 1 comment · May be fixed by #17046
Open
3 tasks done

[Improvement][UI] Task name of copied task should be joined with '-' rather than '_' #17045

ChaoquanTao opened this issue Mar 6, 2025 · 1 comment · May be fixed by #17046
Assignees
Labels
improvement make more easy to user or prompt friendly UI ui and front end related

Comments

@ChaoquanTao
Copy link
Contributor

Search before asking

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

Description

A new task name will be created when copy task in dag canvas,, with format like ${origin task name}_${uuid}. But it doesn't work well for k8s task, because underscore is not allowed in k8s job name, which will cause an exception like:

Caused by: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.1.8.233/apis/batch/v1/namespaces/ds/jobs. Message: Job.batch "tcq-dynamic-parse_10s-9171976" is invalid: [metadata.name: Invalid value: "tcq-dynamic-parse_10s-9171976"

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@ChaoquanTao ChaoquanTao added improvement make more easy to user or prompt friendly Waiting for reply Waiting for reply labels Mar 6, 2025
@SbloodyS SbloodyS added UI ui and front end related and removed Waiting for reply Waiting for reply labels Mar 6, 2025
Copy link

github-actions bot commented Apr 6, 2025

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Apr 6, 2025
@SbloodyS SbloodyS removed the Stale label Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement make more easy to user or prompt friendly UI ui and front end related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants