Export MDX query results to file
Export MDX query results to file
Exports the result of a MDX query in CSV or Arrow format to a file in the server or in the cloud.
Local Server Export: Files are exported to directories under the system temporary directory:
- Linux/Unix:
/tmp/<directoryName> - Windows:
C:\Users\<userName>\AppData\Local\Temp\<directoryName>
The target directory must already exist before export. The export will fail if the directory does not exist.
Cloud Export:
Cloud exports are supported for configured cloud storage providers.
For cloud exports, the directoryName should specify the cloud path (e.g., S3 bucket path).
POST
Export MDX query results to file