You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
When adding a Execute Databricks Notebook Component, the Notebook parameters step has an information box that says "The parameters to override the ones defined on the Job Configuration File. These will be used on this notebook execution, and should be provided in JSON. i.e., {"myParameter":"myValue"}. Quotes should be preceeded by backslash."
This is unclear as {"PARAM":"VALUE"} returns SyntaxError: Unexpected token \ in JSON at position 1. However, if you use values {"PARAM":"VALUE"}, then these are parsed to the Databricks notebook correctly. I'm happy to do a PR to fix the wording.