Nok Lam Chan
03/08/2024, 10:08 AMJuan Luis
03/08/2024, 11:36 AMdatajoely
03/08/2024, 12:37 PMIan Whalen
03/08/2024, 1:25 PMNok Lam Chan
03/08/2024, 1:39 PMIan Whalen
03/08/2024, 1:46 PMNok Lam Chan
03/08/2024, 2:16 PMkey
but not the value (which can be interpolated or through custom resolver). In case that we cannot find the exact key, it may not be too bad to just go back to its parent (very rough idea)
# parameters.yml
top-level-key:
sub-key: ${some_group_config}
some_group_config:
a: 1
b: 2
c: 3
In pipeline.py
you may refer it to node(func, inputs="params:top-level-key.sub-key.a
, in this case we cannot resolve the parameter to a particular line of config, we can just backtrack and go to top-level-key.sub-key
or top-level-key
Nok Lam Chan
04/23/2024, 2:41 PMNok Lam Chan
05/08/2024, 1:22 PM