inspect_hyper
Analyze Tableau Hyper files to extract schema details, classify columns as dimensions or measures, and provide structured summaries for data analysis workflows.
Instructions
Inspect a Hyper extract file and return its schema with column classification.
Reads the Hyper file, maps column types, classifies columns as dimensions or measures, and returns a summary.
Requires tableauhyperapi (pip install tableauhyperapi).
Args: hyper_path: Path to the .hyper file. table_name: Specific table to inspect (empty = first table).
Returns: Human-readable schema summary with dimensions, measures, and types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hyper_path | Yes | ||
| table_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |