Can we use dashes in yml syntax for the config.yml
?
#1790
Labels
Component: CLI
Issue/PR that addresses the CLI for Kedro
Milestone
Introduction
#1485
Problem
Currently, there are 2 ways to provide argument to
kedro run
CLI.kedro run --from-nodes=some_node
--config
argument and define the arguments in a YAML file.kedro run --config=config.yml
Task
Ideally the YAML config should use the same arguments as the CLI, i.e. using the dash instead of the underscore. Investigate if it's possible to use dashes in
config.yml
. Theclick context
handles some of this logic, and so we need to find out if it is possible to use dash in yaml or not. If it is possible, then we'll implement it, but that would be a breaking change.The text was updated successfully, but these errors were encountered: