-
Notifications
You must be signed in to change notification settings - Fork 913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove custom Kedro syntax for --params #1965
Comments
Following #2378 -
|
Just to add to the above, I think what we want is:
As part of a separate ticket, we should probably also be doing something about what the
If we changed this then we could also remove the special Ultimately, the config loader should probably be returning a pure Python dictionary and nothing With that said, I don't know what the ultimate plan is about how we do the parameters merging in
It feels kind of circular doing this but I'm not sure whether there's a better way to do it since we need something that works independently of which configloader implementation you use - did you have a plan here @merelcht? |
Completed in #3290 |
Description
Follow up to #1907
To-do:
kedro run
reload_kedro
magickedro run --params=key:value
(The Kedro syntax for params)Context
In
0.19.0
we will remove the Kedro syntax for providing parameters and only useOmegaConf
syntax.The text was updated successfully, but these errors were encountered: