python-bonobo / bonobo

Extract Transform Load for Python 3.5+
https://www.bonobo-project.org/
Apache License 2.0
1.59k stars 146 forks source link

New Syntax: Connect two points #327

Closed hartym closed 5 years ago

hartym commented 5 years ago

As a dev, I should be able to create a graph using new syntax that connects two branches without adding new nodes.

hartym commented 5 years ago

We can concatenate two cursors, or use get_cursor(a) >> b to connect two existing points.