update_dict¶
kedro_azureml_pipeline.utils.update_dict(dictionary, *kv_pairs)
¶
Return a deep copy of dictionary with nested keys updated.
Parameters ¶
| Name | Type | Description | Default |
|---|---|---|---|
dictionary
|
dict
|
Source dictionary to copy. |
required |
*kv_pairs
|
tuple of (str, Any)
|
Key-value pairs where keys use dot notation for nesting
(e.g. |
()
|
Returns ¶
| Type | Description |
|---|---|
dict
|
Updated deep copy. |
See Also ¶
- CliContext : Carries env/metadata through CLI.
- KedroContextManager : Manages Kedro session and config.