andrewvillazon / andrewvillazon/pbipy
Add convenience method that handles the export process
未关闭
enhancement
- 主要语言
- Python
- 星标
- 102
- 派生
- 31
- PR 合并指标
- 30 天内没有已合并 PR
描述
In the pbi api, the process to export a Report into another format involves:
* Triggering an export job
* Polling the export job status until complete
* Downloading the file.
A method that wraps this process should be added to the Report object, e.g. `report.export(format="pdf", save_to="/some_dir", filename="my_report")`
贡献指南
评估
这个 Issue 还没有评估数据。