https://prefect.io logo
t

Tony Yun

03/01/2022, 6:56 PM
Hi, is there a way this
--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”:
Copy code
$ prefect run --id "d7bfb996-b8fe-4055-8d43-2c9f82a1e3c7" --param a=2
k

Kevin Kho

03/01/2022, 7:01 PM
I tried this and it worked:
Copy code
prefect run --path ecs_flow_memory.py --param "x test"=2
Does it not for you?
t

Tony Yun

03/01/2022, 7:05 PM
I haven’t tried yet. But thanks for letting me know!