Data Quality Plugin: multi-select dropdown of column names

Ewan
Ewan Registered Posts: 1

Hi,

I have some custom Data Quality checks added to Dataiku as part of a plugin. I want to have an input variable as a multi-select dropdown list of the columns in the schema.

If I use "type": "DATASET_COLUMN", I get a dropdown list but no multi-select.

If I use "type": "DATASET_COLUMNS", I get the ability to add mutliple values but not from a list of the columns in my dataset.

Using DATASET_COLUMNS works but is a bit clunky as you have to have your dataset open in a separate window to remember the column names.

I think I can use getChoicesFromPython but the structure of the objects passed in do(payload, config, plugin_config, inputs) is unclear for a Data Quality check.

Please let me know what's best to do here!

Thanks

Dataiku version used: 14.3

Setup Info
    Tags
      Help me…