fmfreeze
05/26/2023, 12:47 PMnode
has a (dynamic) Parameter
as output?
E.g. I have multiple "normal" parameters defined which serve as input into a process_params
node.
That node should - dependend on the normal parameter inputs - output a single parameter which might serve as input to other nodes.
Currently - by simply outputting that "parameter" value - this is by default a MemoryDataSet
parameters.yml
with a default value, but that it can be modified and outputted by a node?Nok Lam Chan
05/26/2023, 1:17 PMfmfreeze
05/26/2023, 1:23 PMMemoryDataSet
I cannot say I need it.
But in my use case - logically - that unit of information is a parameter and not part of any dataset.
So it would be nice to treat it as a parameter type (pot. nice for ipython session/kedro-viz/mlflow extension,...)Nok Lam Chan
05/26/2023, 2:06 PMfmfreeze
05/26/2023, 2:08 PMNok Lam Chan
05/26/2023, 2:11 PMMemoryDataSet
make it sounds more like a dataset, but it could really be just treated as a python variable.
In general I also do this combined with some convention, i.e. for Dataset I use CAPITAL, and anything in memory just using a lower case, same as python variable name convention.