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

Collapse "Nothing" type Inputs in DAG view #1218

Closed
alangenfeld opened this issue Apr 11, 2019 · 1 comment
Closed

Collapse "Nothing" type Inputs in DAG view #1218

alangenfeld opened this issue Apr 11, 2019 · 1 comment
Assignees

Comments

@alangenfeld
Copy link
Member

#1175 added a Nothing type. If a step has multiple inputs of this type, it's probably safe to collapse down in the DAG view to in some way. This would be helpful for SC folks as they have these fan in steps that don't communicate values and clutter the UI.

@bengotow
Copy link
Collaborator

Hey @alangenfeld I think #1263 should address this for now, but we can also see about merging them in to a single input box soon.

schrockn pushed a commit that referenced this issue Apr 17, 2019
Addresses both #1218 and #1256.

(Notice that the snowflake_load output type is shown, and the input is just a dot without any description. We're not collapsing multiple "nothing" inputs yet - I think that'll take a bit more work and incorporation into the actual flow algorithm, but this hides the names + content similar to the way the solid type signature works.)

<img width="449" alt="image" src="https://user-images.githubusercontent.com/1037212/56262971-b2ac8880-60a6-11e9-9ba2-83fffe5dc41c.png">
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

2 participants