Skip to content

ENH: Allow users to drop some pipeline steps #216

@scott-huberty

Description

@scott-huberty

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:

filtering:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions