Skip to content

Support multistep pipelines in azure functions backend. #173

@Bubblyworld

Description

@Bubblyworld

The way to do this, I think:

  1. Add fields to the initiator JSON payload containing stuff like same.yaml, steps, requirements.txt, etc. So basically include everything.
  2. Change the executor to accept context blobs which contain serialised global namespaces (like we do for kubeflow/aml)
  3. Change orchestrator to fan-out each step and thread the contexts through.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions