Hi Everyone, Can we return multiple values in solid and pass it to next solids in pipeline, eg :
-----------------------------------
@pipeline
A,B=temp_solid()
temp2_solid(A)
temp3_solid(B)
---------------------------------
or how can we achieve this ?
Note:A and B are two different pandas dataframe.