How to add custom parameters to the hotglue widget
availableSources.json
which specifies an override for the source you wish to specify custom parameters for. A sample is given below:
connect_ui_params
key and have the following options:
Name | Description |
---|---|
label | The label shown in the hotglue widget for this parameter |
description | The description shown in the hotglue widget for this parameter |
type | The type of the parameter. Valid values are: text , password , boolean , select , and list |
required | Whether this parameter is required for connection true or false , defaults to false |
availableSources.json
is in the root directory as shown below:
availableSources.json in JupyterLab
deploy availableSources
config.json
file, here’s a sample script: