Hi All, I am using the concept of namespace, since...
# questions
a
Hi All, I am using the concept of namespace, since namespace adds prefix to params so we define the parameters.yml as follows: N1: N2: PARAM1: PARAM_VALUE Is there a way in kedro to resolve the params using directory folders name example N1/N2/parameters.yml and I set just param1: param_value instead of the nested representation? Consider the folder structure is as per layers/ namespaces
a
Hey Ayushi, Kedro’s parameter resolution doesn’t take into account the conf folder structure so I’m afraid this is not supported. But there is an option to turn off the pre-fixing of namespaces to the inputs/outputs/parameters names - https://docs.kedro.org/en/1.0.0/build/namespaces/#what-is-a-namespace