Should pipeline parameters be automatically passed to components that need them?
Abierto
enhancement
- Lenguaje dominante
- Python
- Estrellas
- 850
- Forks
- 96
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.