get_datahub_dataset
Retrieve full metadata and schema of a specific DataHub dataset by providing its name. Use this to inspect dataset details, not for listing all datasets or cost queries.
Instructions
Use this when the user wants to view details of a specific DataHub dataset by its ID. Returns full dataset metadata and schema. Do NOT use this for listing all datasets (use list_datahub_datasets) or cost queries (use run_query).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the dataset to retrieve. |