Somewhat related to #215 -
I am wondering if it is feasible to allow users to disable some pipeline steps. Using the filtering step as an example, I think an API that follows #215 would look like:
config = ll.Config().load_default()
config["filtering"] = None
Or:
Deleting a (currently mandatory) step will probably break a lot of our code across the pipeline, rejection, and dashboard modules, so a PR should be made to see how feasible it is to implement this proposal