Execute Graph Node Graph Inputs Should Match on Parent Graph Input Names
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
A common pain point is when you create a sub-graph inside of a graph that has a very large number of inputs and you have to one by one click on all the drop downs for each of the inputs in order to 'pass-through' inputs from the parent to the child. A good feature request would be to in some way 'match' the name of the graph input on the child to the ones that already exist on the parent and try to 'auto-complete' the inputs.
One easy way to do this would be to simply put exact matches on graph input names at the top of the drop down list when will in the inputs from the parent.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the graph-input dropdown implementation and the code that maps child graph inputs to parent inputs. Check how parent input names are made available, then verify that exact name matches appear first in the dropdown and can be used for pass-through connections.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100