Skip to content

Commit

Permalink
Update docs/source/configuration/parameters.md
Browse files Browse the repository at this point in the history
Co-authored-by: Merel Theisen <[email protected]>
Signed-off-by: Dmitry Sorokin <[email protected]>
  • Loading branch information
DimedS and merelcht authored Nov 27, 2024
1 parent 3d6a643 commit 3eea57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/configuration/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ kedro run --params="key1=value with spaces,key2=value"
Since key-value pairs are split on the first equals sign, values can contain equals signs, but keys cannot.


> If you want to **override not only parameters but also other configurations** (e.g., catalog entries or file paths) or specify upfront that certain parameters must be set at runtime, use `$runtime_params` with the OmegaConfigLoader. Introduced in Kedro 0.18.14, this feature allows dynamic overrides of various configuration types using the `--params` CLI option, making it ideal for scenarios like switching data sources or adjusting runtime settings. [Learn more about `$runtime_params`.](advanced_configuration.md#how-to-override-configuration-with-runtime-parameters-with-the-omegaconfigloader)
> To **override not just parameters but other configurations**, such as catalog entries or file paths, or to specify upfront that certain parameters must be set at runtime, use `$runtime_params` with the `OmegaConfigLoader`. Introduced in Kedro `0.18.14`, this feature allows dynamic overrides of various configuration types using the `--params` CLI option. It’s particularly useful for scenarios like switching data sources or fine-tuning runtime settings. [Learn more about `$runtime_params`.](advanced_configuration.md#how-to-override-configuration-with-runtime-parameters-with-the-omegaconfigloader)

Check warning on line 174 in docs/source/configuration/parameters.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/source/configuration/parameters.md#L174

[Kedro.words] Use '' instead of 'just'.
Raw output
{"message": "[Kedro.words] Use '' instead of 'just'.", "location": {"path": "docs/source/configuration/parameters.md", "range": {"start": {"line": 174, "column": 21}}}, "severity": "WARNING"}

Check warning on line 174 in docs/source/configuration/parameters.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/source/configuration/parameters.md#L174

[Kedro.weaselwords] 'particularly' is a weasel word!
Raw output
{"message": "[Kedro.weaselwords] 'particularly' is a weasel word!", "location": {"path": "docs/source/configuration/parameters.md", "range": {"start": {"line": 174, "column": 365}}}, "severity": "WARNING"}

0 comments on commit 3eea57d

Please sign in to comment.