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: Send output to existing #325

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 send outputs to an already created branch.

hartym commented 5 years ago

Already fixed (see test_cursor_merge_orphan_in_between)

hartym commented 5 years ago

Added test_concat_branches so we can concatenate two cursors created independently.