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

Combining Plugins #18

Open
nickzoic opened this issue May 16, 2023 · 0 comments
Open

Combining Plugins #18

nickzoic opened this issue May 16, 2023 · 0 comments

Comments

@nickzoic
Copy link
Collaborator

In the dataflow graphs we've drawn so far, there's quite often linear sections, where a series of nodes each have one input and one output and the intermediate results are not particularly interesting. For example, a file load followed by a regex to extract a column followed immediately by an expression to filter on that column. It'd be nice to be able to show these small operations in combination on the graph rather than as individual nodes.

There'd still have to be some way to tap into intermediate results if/when they became useful, perhaps this should just be a presentational thing where nodes in this kind of relationship are drawn closer together and dragged as one piece, but can be selected/linked individually.

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