Hey guys, I was searching through the docs for the...
# questions
m
Hey guys, I was searching through the docs for the
node
function and after seeing I can provide a
Dict[str, str]
for
inputs
to map catalog and parameters to the arguments for
func
. Quick question: if I set
**kwargs
when defining the function to be passed to
func
, will Kedro allow using the dictionary in
inputs
to map those kwargs?
d
Hi Manoel, it should work as expected. Do you have any issues with that approach?