Download a finished build
daxops_downloadDownload a finished Power BI build's .pbix file to disk using its job ID.
Instructions
Download a finished build's .pbix to disk by its job id (e.g. a build that was still running when an earlier call timed out).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | Yes | the job id from a build / ai_build | |
| outPath | No | where to save the .pbix - a directory or a full *.pbix path; defaults to ./daxops-<job>.pbix |