--- id: tableauhyperapi version: "0.0.26225" license: Apache-2.0 license_treatment: permissive maintenance: active --- # tableauhyperapi — Hyper API for Python License: permissive · Maintenance: active · Downloads: 1.4M/mo ## What it is and what it does Tableau Hyper API is a Python library for programmatic interaction with Tableau's native extract format (.hyper files). It lets you create new extracts, open existing ones, and perform insert, delete, update, and read operations on the data within them. This is useful when you need to build data sources that Tableau doesn't natively connect to, or when you want to automate complex ETL pipelines with custom logic that goes beyond Tableau's built-in refresh capabilities. The library is maintained by Tableau and released as platform-specific wheels for macOS (both Intel and ARM), Linux, and Windows. It depends on cffi for C foreign function interface bindings. The package is actively maintained (last release 7 days ago) and carries an Apache-2.0 license, making it suitable for both open-source and commercial projects. Use it for: - Build custom ETL pipelines that extract, transform, and load data into Tableau extracts on a schedule outside Tableau's native connectors. - Create Tableau extract files for proprietary or unsupported data sources, then publish them to Tableau Server for consumption. - Implement rolling-window or incremental update logic for large datasets by reading and modifying existing .hyper files programmatically. - Automate data validation and quality checks on extract files before publishing to Tableau. - Integrate Tableau extract generation into a larger data pipeline or orchestration framework (e.g., Airflow, dbt). ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Automate creation, reading, and modification of Tableau extract (.hyper) files programmatically, enabling custom ETL workflows and data source integration outside Tableau's native connectors. Yes, if you need to automate Tableau extract creation or modification outside Tableau's UI or native connectors. The active maintenance, permissive license, and platform-specific wheel distribution make it reliable for production use. Medium install friction is manageable for most teams. No known vulnerabilities. Install only if you're already committed to Tableau as your BI platform and have a specific ETL or data-source automation need. ## Install pip install tableauhyperapi uv add tableauhyperapi poetry add tableauhyperapi ## Installing tableauhyperapi Before you install: Medium install friction due to platform-specific wheels (macOS x86_64/arm64, Linux, Windows); depends on cffi. Released 7 days ago with active maintenance status, suggesting ongoing support. License in practice: Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most deployment contexts. Quickstart: pip install tableauhyperapi from tableauhyperapi import HyperProcess, Connection, TableDefinition, SqlType with HyperProcess() as hyper: with Connection(hyper.endpoint, 'myfile.hyper') as connection: # Create, insert, or query data in .hyper files Requires Python 3.6+; platform-specific binary wheels mean installation is OS-dependent and may require matching your exact architecture (x86_64 or arm64 on macOS). Verify before relying: - Whether cffi must be pre-installed or is automatically resolved during tableauhyperapi installation - Performance characteristics and scalability limits for large extract files or high-volume ETL operations - Compatibility with specific Tableau Server or Desktop versions beyond Python version support ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 1.4M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags tableau extract file manipulation, hyper file api python, tableau etl automation, create tableau extract files, read write hyper files, tableau data source automation, extract transform load tableau, tableau-integration, etl-automation, data-extraction [View on SkillFed](https://skillfed.io/packages/tableauhyperapi) · [View on PyPI](https://pypi.org/project/tableauhyperapi/)