Configure dataset metadata¶
UI • interface
Configures the info_source and/or description of a dataset.
Usage¶
The following are the step's expected inputs and outputs and their specific types.
Step signature
configure_dataset_metadata(dataset: 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¶
Example call (in recipe editor)
configure_dataset_metadata(ds, { "description": "Useful dataset description", "info_source": "https://www.example.com" })
Inputs¶
dataset: dataset
Dataset to be configured.
Parameters¶
info_source: string
Source URL.
description: string
Description of the dataset.