Trigger a pipeline from another pipeline
Trigger a pipeline from another pipeline.
This is a ZenML Pro only feature. Please sign up here get access. OSS users can only trigger a pipeline by calling the pipeline function inside their runner script.
Triggering a pipeline from another only works if you've created at least one run template for that pipeline.
Read more about the PipelineRunConfiguration and trigger_pipeline
function object in the SDK Docs.
Read more about Unmaterialized Artifacts here.
Learn how to run a pipeline directly from the Python Client
Learn how to run a pipeline from the REST API
Last updated