https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
d

Daehyun Kim

03/07/2022, 7:16 PM
Hi team, I'm trying to pass Parameters at runtime. https://kedro.readthedocs.io/en/latest/04_kedro_project_setup/02_configuration.html#specify-parameters-at-runtime One of my params have comma in value for example, kedro run --params "param1=hi, param2=a,b" is there a way that I can have comma in the value of the param such as escape sequence or so?