Provide option to raise error explicitly for find_pipelines
#2910
Labels
Issue: Feature Request
New feature or improvement to existing feature
Milestone
Description
find_pipelines
is added since 0.18.3 as a pipeline autodiscovery feature. While this is useful, it is sometimes hard to debug because it raises warning but not error so the program will keep running. Cc @deepyamanContext
For library developers, they may need strict control and want the pipeline fails explicitly. This features was designed for development, so any half-developed pipeline won't prevent other pipeline from running (incomplete pipeline, not installed library etc)
Some quotes from users:
User 1 (library developer)
User 2 (general user)
Possible Implementation
find_pipelines(raise_errors=False)
- default unchanged, optionally fail eagerly.Possible Alternatives
The text was updated successfully, but these errors were encountered: