Hi team, I'm trying to pass Parameters at runtime...
# beginners-need-help
d
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?