Download the Tableau data source file of a cube.
Generates the Tableau data source (.tds) file of the given cube. The file holds no data: it only carries the connection information and the field metadata Tableau needs to open the cube as a data source. It declares Tableau multilevel hierarchies mirroring the cube’s own multilevel hierarchies, so opening it reproduces the structure of the cube in Tableau. The SQL port embedded in the file and the way the exposed columns name the cube levels are read from the atoti.server.sql-bridge.port and atoti.server.sql-bridge.levelNameMode properties of the application, not from this request.
Path Parameters
Id of the cube to export.
Body
Options used to generate the Tableau data source file.
Hostname or IP address Tableau uses to reach the SQL endpoint of Atoti Server. It is embedded in the generated file, so it must be reachable from wherever Tableau runs.
Response
The generated .tds file, as an attachment named after the exported cube.
The response is of type file.