Tony Yun
03/01/2022, 6:56 PM--param a=2
can accept a parameter name with a space in it? I only find this from the doc, where in my case the parameter is called “config list”:
$ prefect run --id "d7bfb996-b8fe-4055-8d43-2c9f82a1e3c7" --param a=2
Kevin Kho
prefect run --path ecs_flow_memory.py --param "x test"=2
Does it not for you?Tony Yun
03/01/2022, 7:05 PM