Pipeline Object #721
LordDarkula
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A Pipeline object has been created with #710. Previously a pipeline could be generated with the
to_pipelinemethod from a series of artifacts and dependencies. The issue with this approach is that since the output of this function is a set of python files, there was no way to regenerate the pipeline without callingto_pipelineagain with the exact same set of arguments. Now we introduce an intermediatePipelineobject that stores the artifact and dependency relationships and uses anexportmethod to generate the files for pipeline orchestration. Just like artifacts, pipelines can be saved withsaveand fetched in any session withget_pipeline.Beta Was this translation helpful? Give feedback.
All reactions