-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Unpacking list templates outside cmd
#8171
Comments
cmd
cmd
Reopening per discussion in https://discord.com/channels/485586884165107732/563406153334128681/1157054500494901428 and from #9148, showing that this is a more easily solved issue potentially than #7151. |
This would be a huge improvement, would love to see this get implemented. This is the only impediment to reducing my |
Hello, any progress on this one? 👀 |
Same as @slevang exactly! Using Templating in |
For one project, I am running a foreach stage, where each step may have a different list of dependencies. I wanted to use templating to fill in the list of dependencies, but it seems for whatever I tried, the syntax was not supported. Below is a simple example that doesn't include the
foreach
:I first tried
Running
dvc repro
I getThis wouldn't have made that much sense to me anyways since it reads like I'm expanding a list within an entry of another list.
I also tried
and got
This one makes more sense since it reads similar to how the expansion in
foreach
stages works.Please let me know
foreach
stages.The text was updated successfully, but these errors were encountered: