Closed mwhalen18 closed 1 year ago
Closing this. Instead, the ellipses in run
will be reserved for arguments to pass as inputs to all entrypoints in the pipeline. This was a fun thought though, but practically it makes sense to keep the API for the nodes the same regardless of where they are in the pipeline.
When running a pipeline, the ellipses should be passed to the first node in the pipeline as additional arguments.
Currently, to do this you would need to specify
An optimal solution would look like
This would require
run
to identify the first node in the pipeline and pass the...
when runningexecute