Separate params
to runtime_params
and meta_params
#2530
Labels
Issue: Feature Request
New feature or improvement to existing feature
Milestone
Description
Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..."
As part of the discussion of OmegaConfigLoader and a draft PR #2504, we want to separate the parameters into two arguments.
params
is reserved forparameters
only and it should override parameters.meta_params
, or alternativelymeta_config
Context
Why is this change important to you? How would you use it? How can it benefit other users?
This should work for both
TemplatedConfigLoader
andOmegaConfigLoader
meta_params
to compile the parameters.ConfigLoader
from Kedro Project,runtime_params
is a KedroSession concept. When config loader is used alone, it should only have access tometa_params
. If we introduced this before 0.19 in a non-breaking way, it will have access to bothruntime_params
andmeta_params
, and onlymeta_params
in 0.19.x.Possible Implementation
(Optional) Suggest an idea for implementing the addition or change.
Possible Alternatives
(Optional) Describe any alternative solutions or features you've considered.
The text was updated successfully, but these errors were encountered: