Datasets
This page describes commands to update various metadata associated with datasets in Lenses via the CLI.
Update the description of a dataset
To set a dataset description, use:
It is also possible to remove the dataset description by supplying the --remove-description
flag.
Update the dataset tags
To set one or multiple dataset tags, use:
Notice that the --tags
parameter is required and should contain a non-empty, space separated list of tags (a tag max length is 255 characters). To delete all the tags associated to a dataset, you can use the remove-tags
subcommand:
Last updated