Is there a way to chain 2 operations with dynamic ...
# ask-community
d
Is there a way to chain 2 operations with dynamic outputs? I am trying to design a job with the following operations (see image). Any insight would be greatly appreciated.
z
d
Zach, thanks for your response. I may be doing something wrong but I get this message with the following snippet.
Copy code
Error: op 'rollup_it' cannot be downstream of more than one dynamic output. It is downstream of both "dynamic_connection:result" and "dynamic_workspace:result"
Copy code
results = dynamic_workspace().map(dynamic_connection)

    rollup_it(results.collect())
c
Hey Don, unfortunately we don't currently allow collection from multiple layers of dynamic mapping, so what you're looking to do here currently isn't possible with dynamic outputs. https://github.com/dagster-io/dagster/issues/4364
There are some potential workaround suggestions in the above thread ^