Skip to content

[Feature Request]: A safe single threaded pipeline engine #6797

@mattcasters

Description

@mattcasters

What would you like to happen?

The pipeline engine would execute every transform one by one, never in multiple copies.
The rows are serialized to disk after every transform execution in a safe, configurable, location.
When the pipeline fails it should be possible to simply execute the pipeline with the same again and it will continue with the transform that failed the last time around.

Most of the code already exists. We essentially only need a spooling rowset implementation of IRowSet.

Issue Priority

Priority: 3

Issue Component

Component: Pipelines

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions