Parameters type "STRINGS"

florianbriand
florianbriand Registered Posts: 12 ✭✭✭✭

The documentation mention the parameter type "STRINGS" which allows to give a "list of strings" to a plugin : https://doc.dataiku.com/dss/latest/plugins/reference/params.html?highlight=strings#string-parameters

But a parameter configured as following doesn't work (type invalid, no field shown in UI) :

        {
            "name": "IDs",
            "label": "List of IDs",
            "type": "STRINGS",
            "description": "List of IDs identifying items",
            "mandatory": false
        },

Is there something I'm missing ? Or is it a bug / doc bug ?

Best Answer

Answers

Setup Info
    Tags
      Help me…