Reads a table from a Tableau Hyper file.
Note about file system port usage:
Hyper files on a remote file system must be fully downloaded before they can be read. Hence the dialog provides a Download button to trigger a download, and the dialog fields will only update after the download is complete.
Note about usage on KNIME Hub:
Executing this node on a KNIME Hub is disabled by default due to this bug in the Tableau Hyper library. The node can be enabled by an administrator by setting the vmArguments
property -Dknime.tableau.reader.hub.enabled=true
of the used Hub Execution Context (similarly to the process described here ). Enabling this property is discouraged and may cause the Hub Executor to crash when reading big Tableau Hyper files, as KNIME cannot limit the amount of memory Tableau uses.