create_datahub_dataset
Create a new DataHub dataset by providing a required name and optional description. Confirmation is needed before execution.
Instructions
Use this when the user wants to create a new DataHub dataset. Ask the user to confirm the dataset name and description before executing. Do NOT use this for viewing datasets (use list_datahub_datasets) or sending events (use send_datahub_events).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the dataset (required). Allowed characters: alphanumeric (0-9,a-z,A-Z), underscore (_), dash (-), and spaces between words. | |
| description | No | An optional description for the dataset. |