https://dagster.io/ logo
m

matas

09/29/2020, 9:48 AM
Hello everyone! Just wanted to ask here if I missed something before starting a discussion on github. I want to have a reusable solid that concats datasets. And I want to use it in different pipelines with arbitrary input number. How this can be achieved? Of course I can make concat-2 solid and stack them, but it looks like a huge graph complexity overkill and brings a lot of overheads on serializing stuff back and forth. Is there a way currently to implement it or if not, does it looks like a good feature for the rest?
Inputs are of the same type/shape, but there could be any 2+ number of them
m

max

09/29/2020, 12:58 PM
have you looked at
List
input types?
m

matas

09/29/2020, 4:16 PM
oh, RTFM, I got it 😃 sorry for my inattention
m

max

09/29/2020, 6:38 PM
no not at all!