0.10.0 RFC DynamicOutput #3295
alangenfeld
started this conversation in
Ideas
Replies: 2 comments 6 replies
-
I'm concerned about the use of the for loop here, since now the for loop can mean two different things in this context.
In this case it would produce 4 static solids in parallel, rather than use dynamic orchestration |
Beta Was this translation helpful? Give feedback.
6 replies
-
This shipped in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the first step in supporting runtime dynamic dag structures in dagster (discussed in issue #462), we are shooting to add fan-out / foreach / mapping capabilities in an experimental state for
0.10.0
. We expect it to look something like this:Beta Was this translation helpful? Give feedback.
All reactions