update_datahub_dataset
Update the description of an existing DataHub dataset. Provide the dataset name and new description to modify it.
Instructions
Use this when the user wants to modify an existing DataHub dataset's description. The dataset name is required to identify the dataset; only the description can be changed. Ask the user to confirm the changes before executing. Do NOT use this for creating datasets (use create_datahub_dataset) or listing datasets (use list_datahub_datasets).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the dataset to update (required). Used for identification; the name cannot be changed. | |
| description | No | The new description for the dataset. At least one updatable field (description) must be provided. |