Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax and implementation for converging pipelines #9

Open
gaow opened this issue Oct 8, 2020 · 0 comments
Open

Syntax and implementation for converging pipelines #9

gaow opened this issue Oct 8, 2020 · 0 comments

Comments

@gaow
Copy link

gaow commented Oct 8, 2020

As discussed during the meeting, instead of keep branching out we want a syntax to converge the pipelines. For example,

A * B * C > D

where all results from C are consolidated at D. But it gets tricky when D depends on both C and B, and convergence of B on D is also expected at this point. Implementation-wise it is not too much difference from implementing it for C, but syntax is a bit obscure for "B converging to D" in this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant