pipeline transform
Why are these changes needed?
Initial implementation of pipeline transform
Related issue number (if any).
@daw3rd , I looked over this PR and it is OK for me, but leave it for your final verdict.
Can we run a pipeline outside of the runtime/launcher? If so, I'd like to see a test or other example of how this is done? If not, we need it.
For running a pipeline outside a runtime we have kfp. We can not pass values in memory outside of runtime
Can we run a pipeline outside of the runtime/launcher? If so, I'd like to see a test or other example of how this is done? If not, we need it.
For running a pipeline outside a runtime we have kfp. We can not pass values in memory outside of runtime
This is a problem and does not meet requirements defined in the issue. https://github.com/IBM/data-prep-kit/issues/374#issuecomment-2353447356
Can we run a pipeline outside of the runtime/launcher? If so, I'd like to see a test or other example of how this is done? If not, we need it.
For running a pipeline outside a runtime we have kfp. We can not pass values in memory outside of runtime
This is a problem and does not meet requirements defined in the issue. #374 (comment)
The requirement does not specify the ability to run across runtimes. Besides, where is this requirement coming from?
added as transform chain in #1329