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