Hi, is there a way this `--param a=2` can accept a...
# ask-community
t
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
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
I haven’t tried yet. But thanks for letting me know!