numaflow
numaflow copied to clipboard
Numaflow UI: Need better pipeline representation for complex pipeline
Describe the bug
A clear and concise description of what the bug is.
Edges:
edges:
- from: input
to: window
- from: input
to: input-output
- from: window
to: win-out
- from: window
to: preprocess
- from: preprocess
to: inference
conditions:
tags:
operator: or
values:
- inference
- from: preprocess
to: staticthresh
conditions:
tags:
operator: or
values:
- staticthresh
- from: preprocess
to: trainer
conditions:
tags:
operator: or
values:
- train
- from: inference
to: postprocess
conditions:
tags:
operator: or
values:
- postprocess
- from: inference
to: trainer
conditions:
tags:
operator: or
values:
- train
- from: inference
to: staticthresh
conditions:
tags:
operator: or
values:
- staticthresh
- from: postprocess
to: prom-pusher
- from: postprocess
to: trainer
conditions:
tags:
operator: or
values:
- train
onFull: discardLatest
- from: postprocess
to: staticthresh
conditions:
tags:
operator: or
values:
- staticthresh
- conditions:
tags:
operator: or
values:
- output
from: postprocess
to: output
- from: staticthresh
to: prom-pusher
- from: staticthresh
to: output
- from: trainer
to: trainer-out
To Reproduce Steps to reproduce the behavior:
- ....
- ....
- ....
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- Kubernetes: [e.g. v1.18.6]
- Numaflow: [e.g. v0.5.1]
Additional context Add any other context about the problem here.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We often sort issues this way to know what to prioritize.
For quick help and support, join our slack channel.