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

Separate template definition from run_x functions #224

Open
moshewe opened this issue Jun 22, 2021 · 0 comments
Open

Separate template definition from run_x functions #224

moshewe opened this issue Jun 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@moshewe
Copy link
Contributor

moshewe commented Jun 22, 2021

Summary

I was trying to implement a simple map-reduce workflow, e.g. this.
Digging through the code I've found that currently couler copies over step args into template inputs, basically fusing them together and making use of withParam as per the linked example impossible.

I suggest separating template creation and run_x functions such that these function will know how to handle a given template or create one on the fly as is done today.

Use Cases

Any workflow that requires a template to define its arguments independent of step.

Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant