Skip to content

Configure tagged columns

UIinterface

Tag the provided column(s) with the specified tag.

Usage


The following are the step's expected inputs and outputs and their specific types.

Step signature
configure_tagged_columns(ds: dataset, {
    "param": value
})

where the object {"param": value} is optional in most cases and if present may contain any of the parameters described in the corresponding section below.

Example

Tag columns with tags

Example call (in recipe editor)
configure_tagged_columns(ds, {"very important" : ["columna"], "other tag": ["columna", "columnb"}})`

Inputs


ds: dataset

Parameters


*param: array[string]

One or more additional parameters. Note that all parameters should have the same type.

Items in *param

item: string