hyper_to_dashboard
Convert Hyper extract files into Tableau dashboards automatically by inferring schemas, suggesting charts, configuring layouts, and generating .twbx output files.
Instructions
Build a complete Tableau dashboard from a Hyper extract file (end-to-end).
Pipeline: Hyper → schema inference → chart suggestion → workbook creation → chart configuration → dashboard layout → .twbx output.
Args: hyper_path: Path to the .hyper file. output_path: Output .twbx path (defaults to <hyper_stem>_dashboard.twbx). dashboard_title: Dashboard title (derived from filename if empty). max_charts: Maximum number of charts (0 = use rules default). template_path: TWB template path (empty for default template). table_name: Table name inside the Hyper file (empty = first table). theme: Theme preset name (empty = use rules default). rules_yaml: Optional YAML string with dashboard rules overrides.
Returns: Summary of the created dashboard with file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hyper_path | Yes | ||
| output_path | No | ||
| dashboard_title | No | ||
| max_charts | No | ||
| template_path | No | ||
| table_name | No | ||
| theme | No | ||
| rules_yaml | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |