Should pipeline parameters be automatically passed to components that need them?
Offen
enhancement
- Vorherrschende Sprache
- Python
- Sterne
- 850
- Forks
- 96
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Currently, users need to manually specify pipeline-level parameters such as `gap` and `max_delay` with the `pipeline` key and also for every component that needs them.
This is annoying and can lead to errors (see #1636). Should we just require users to specify `gap` and `max_delay` with the `pipeline` key and then pass these to every component that needs them?
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.