You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide OmegaConf syntax as second option for CLI --params. Still have Kedro syntax as default + deprecation warning and then replace in 0.19.0.
Context
Currently, Kedro has its own custom syntax and logic for passing parameters in the CLI. We can simplify this by leveraging OmegaConf, which we're also going to use in the configloaders instead of anyconf: #1868
Possible Implementation
Option 1:
Option 2:
Add a new boolean flag to support OmegaConf syntax: --new-style kedro run --new-style --params ...
The text was updated successfully, but these errors were encountered:
Description
Provide OmegaConf syntax as second option for CLI
--params
. Still have Kedro syntax as default + deprecation warning and then replace in 0.19.0.Context
Currently, Kedro has its own custom syntax and logic for passing parameters in the CLI. We can simplify this by leveraging
OmegaConf
, which we're also going to use in the configloaders instead ofanyconf
: #1868Possible Implementation
Option 1:

Option 2:
Add a new boolean flag to support OmegaConf syntax:
--new-style
kedro run --new-style --params ...
The text was updated successfully, but these errors were encountered: