Open mwhalen18 opened 1 year ago
In this edge case it would be possible to pass the data objects in the run
command.
run(pipeline, file1 = df, file2 = df)
Until I see a real use case where this would be valid I am going to reject my own ideas here...
There should be a component that can pass arguments directly from one node to the next. This is an edge case, but sometimes you may want to pass a data object directly to a joiner (ie with no additional cleaning function in the middle. This might look something like
Not sold on the name
Chute()
but this would make it easier to pass a data object directly into non-Node
components (Splitters
andJoiners
)