Is there any example or guideline how to pass JSON parameters to the pipeline in Databricks workflow?

andreiten
New Contributor II

I used this source https://docs.databricks.com/workflows/jobs/jobs.html#:~:text=You%20can%20use%20Run%20Now,different%2.... But there is no example of how to do it. I thought simple

{

 "key": "value"

} will work, but it doesn't

Thank you!