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

If a taskId contains dash(-) then format the taskId to be sorrounded by squ… #6062

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ManojTauro
Copy link
Contributor

…are brackets instead of prefixing taskId with dot(.)

What changes are being made and why?

closes #5991.

If you have a task with an id that contains dashes, when moving to the Outputs tab, you get this incorrect value in the debug editor:
{{ outputs.return-dash }}

It should be {{ outputs["return-dash"] }}.


How the changes have been QAed?

Example flow

id: test-dash
namespace: kestra.test

tasks:
  - id: return-dash
    type: io.kestra.plugin.core.debug.Return
    format: "Hello"

…are brackets instead of prefixing taskId with dot(.)
@MilosPaunovic MilosPaunovic self-assigned this Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To review
Development

Successfully merging this pull request may close these issues.

Debug outputs, pebble expression issue
2 participants