Is there any example or guideline how to pass JSON parameters to the pipeline in Databricks workflow?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 01:06 AM
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!