Trigger a pipeline from Python Client
Trigger a pipeline using the ZenML Client.
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 the Python client only works if you've created at least one run template for that pipeline.
Read more about the PipelineRunConfiguration and trigger_pipeline
in the SDK Docs.
Last updated