Hi all, is there a way to directly pass a value to...
# questions
p
Hi all, is there a way to directly pass a value to a function that I use in a node (i.e. include the value in the parameter
inputs
of the node) without defining it in a config file?
h
Someone will reply to you shortly. In the meantime, this might help:
d
So if the
params
pattern isn’t suitable here the canonical way to do this is with
functools.partial
r
Hi @Paul Weiss, You can also make use of run-time params . Thank you
p
Thanks. I hoped for a more elegant way - like "const:value".
r
You can pass it as MemoryDataset too
d
Is that not what this is ?
kedro run --params=param_key1=value1,param_key2=2.0