Skip to content
Snippets Groups Projects

Re-architect around pipelines

Merged Christopher Randolph Rhodes requested to merge dev_pipeline_and_smooth into staging

Removed loosely structured workflows. Now compose multistep work as pipeline modules, e.g. base.pipelines.segment, with the following blocks:

  1. input parameters (Pydantic model)
  2. output record (Pydantic model)
  3. API mapping and docstring; also any special input validation that doesn't play well Pydantic, and special exception routing
  4. pipeline logic function, which pushes results onto PipelineTrace

Refactored existing base and ilastik "workflows" into this pattern.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading