apache / apache/hamilton

multiple target parameters for pipe_input

Open
#1,177 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Jupyter Notebook
Stars
2.6k
Forks
213
PR merge metrics
No merged PRs in 30d

Description

It makes sense that `pipe_input` doesn't restrict to the first parameters #1161 and #1173 address this.

**Is your feature request related to a problem? Please describe.**
Sometimes it would be good to have the flexibility to target multiple parameters with different transforms on a local level like `mutate`/`pipe_output` do.

**Describe the solution you'd like**
Something like `step.on_input("target_param")`

**Describe alternatives you've considered**
Using `pipe_output` on th eprevious node instead of `pipe_input`. Stacking multiple `pipe_input` decorators.

**Additional context**
The scaffolding for this functionality is already implemented, but is disabled / needs to be tested.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.