mystic-ai / pipeline

Pipeline is an open source python SDK for building AI/ML workflows
https://www.mystic.ai
Apache License 2.0
117 stars 21 forks source link

Fix error reporting on pipeline load #408

Closed rossgray closed 5 months ago

rossgray commented 5 months ago

Pull request outline

Currently any exceptions raised during the pipeline load step are not reported back to the end user. This PR fixes this.

Checklist: