Hello! Can any suggest me how do I pass a list par...
# questions
p
Hello! Can any suggest me how do I pass a list parameter at run time For e.g. something like -
kedro run --params=key1:['value1']
f
Hi @Praneeth Nooli, I asked the question here if you want to take a look. 👍 https://kedro-org.slack.com/archives/C03RKP2LW64/p1695751054785599
👍 1
i
https://kedro-org.slack.com/archives/C03RKP2LW64/p1695751385106469?thread_ts=1695751054.785599&cid=C03RKP2LW64 The config.yml solution of @datajoely’s in that thread is what I do when I need to pass more complex parameters at runtime
👍 1
p
Thank you @Flavien and @Iñigo Hidalgo