Expand description
URL construction for Tableau’s public download endpoint. Builds canonical download URLs for Tableau’s public Hyper Java API release bundles.
We deliberately use the Java binding’s bundle rather than the C++ one:
the C++ macos-arm64 zip ships an x86_64 hyperd (an upstream
packaging defect), so on Apple Silicon it would only run under Rosetta.
The Java macos-arm64 bundle carries a native arm64 hyperd. Both
bundles share the identical URL template (only the java/cxx token
differs) and the identical internal layout (lib/hyper/hyperd), so the
switch is confined to this token and the pinned sha256s.
Functions§
- build_
download_ url - Builds the
downloads.tableau.comURL for the given release / platform combination.