Should pipeline parameters be automatically passed to components that need them?
Ouverte
enhancement
- Langage dominant
- Python
- Étoiles
- 850
- Forks
- 96
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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?
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.