We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, additional run params are passed via JSON object in command line. Kedro uses different syntax --params param_key1:value1,param_key2:2.0 (https://kedro.readthedocs.io/en/stable/kedro_project_setup/configuration.html#specify-parameters-at-runtime). As per https://stackoverflow.com/a/70607923/1955346 it now also supports nested params, so let's use this native way of passing parameters to kedro azureml run and kedro azureml execute commands.
--params param_key1:value1,param_key2:2.0
kedro azureml run
kedro azureml execute
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now, additional run params are passed via JSON object in command line. Kedro uses different syntax
--params param_key1:value1,param_key2:2.0
(https://kedro.readthedocs.io/en/stable/kedro_project_setup/configuration.html#specify-parameters-at-runtime). As per https://stackoverflow.com/a/70607923/1955346 it now also supports nested params, so let's use this native way of passing parameters tokedro azureml run
andkedro azureml execute
commands.The text was updated successfully, but these errors were encountered: