Configure column metadata¶
UI • interface
Configures the label and/or description of a column.
Usage¶
The following are the step's expected inputs and outputs and their specific types.
Step signature
configure_column_metadata(column: column, {"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¶
Example call (in recipe editor)
configure_column_visibility(ds.avatar, { "label": "Photo", "description": "Profile image of a user" })
Inputs¶
column: column
Column to be configured.
Parameters¶
label: string
Label of the column.
description: string
Description of the column.