Reads a table from a Tableau Hyper file using the Tableau Hyper API.
Data Type Compatibility
- Numeric columns: Imported as Double values by default, which may reduce precision. To preserve full accuracy, convert these columns to Strings format in the transformation section.
- Geography columns: Read as binary data.
- Timestamp columns with time zone: Adjusted to UTC.
- Interval columns: Imported as strings.
File System Port Usage
If the Hyper file resides on a remote file system, it must be fully downloaded before reading. Use the Download button in the configuration dialog to initiate the download. Dialog fields will update only after the download completes.
Row Order
The row order is not guaranteed and may vary across runs. To ensure consistent ordering, use a the Sorter node after this node.