Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 01:50 PM
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!