When I implemented the above with three params, I received an error:
`Error: no such resource: Param2=Value2,`
I found that adding quotes to the syntax did work:
databricks bundle run --params "param1=value1, param2=value2, param3=value3" job
Hope that helps!