andrewvillazon / andrewvillazon/pbipy

Add convenience method that handles the export process

未关闭
#2 2 条评论 1 个 reaction 已指派 1 人 已被 @WarrenGraham 认领 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。