kedro-org / kedro

Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.
https://kedro.org
Apache License 2.0
10.02k stars 906 forks source link

Add link to advanced runtime_params configuration #4341

Open DimedS opened 4 days ago

DimedS commented 4 days ago

Description

Closes #3562

Developer Certificate of Origin

We need all contributions to comply with the Developer Certificate of Origin (DCO). All commits must be signed off by including a Signed-off-by line in the commit message. See our wiki for guidance.

If your PR is blocked due to unsigned commits, then you must follow the instructions under "Rebase the branch" on the GitHub Checks page for your PR. This will retroactively add the sign-off to all unsigned commits and allow the DCO check to pass.

Checklist

ankatiyar commented 4 days ago

I'm wondering if we should update the above "How to specify parameters at runtime" section to use the runtime_params: resolver primarily and then mention that one can directly overwrite params too but it isn't recommended?

DimedS commented 3 days ago

I'm wondering if we should update the above "How to specify parameters at runtime" section to use the runtime_params: resolver primarily and then mention that one can directly overwrite params too but it isn't recommended?

Do you mean we should merge the two articles into the first one and remove the advanced article?

ankatiyar commented 2 days ago

Do you mean we should merge the two articles into the first one and remove the advanced article?

I mean, keep the section in Advanced Configuration as it is but also mention the runtime_params: here in this section. Would like to see what others think.