remove-package-dataset

Description

Removes a dataset from a data lake package.

Synopsis

remove-package-dataset
--package-id <value>
--dataset-id <value>

Options

--package-id (string)

The system identifier of the data lake package.

--dataset-id (string)

The system identifier of the dataset associated with the data lake package.

Example

The following command removes the dataset "BkpmIN3A" from the data lake package "SJ56Py2R".

Command:

datalake remove-package-dataset --package-id SJ56Py2R --dataset-id BkpmIN3A

Output:

{"code":200,"message":"Dataset BkpmIN3A deleted from the data lake package SJ56Py2R."}

Output

Message -> (json)