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

Allow get_parameter usage on TemplateRef steps/tasks #1013

Open
elliotgunton opened this issue Mar 28, 2024 · 0 comments
Open

Allow get_parameter usage on TemplateRef steps/tasks #1013

elliotgunton opened this issue Mar 28, 2024 · 0 comments
Labels
type:enhancement A general enhancement

Comments

@elliotgunton
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
When using a template ref in a DAG/Steps, you cannot access its outputs via get_parameter, because Hera tries to confirm the parameter exists, which is not currently possible for TemplateRefs.

Describe the solution you'd like
Allow TemplateRefs to use get_parameter syntax without validation (for now).

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Using the Argo templating syntax - {{tasks.prev-step.outputs.parameters.param-name}}

Additional context
Add any other context or screenshots about the feature request here.

@elliotgunton elliotgunton added the type:enhancement A general enhancement label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant