Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Execute Databricks Notebook Component Wording Issue #65

@joshuawoodmars

Description

@joshuawoodmars

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions