andrewvillazon / andrewvillazon/pbipy

Add convenience method that handles the export process

Open
#2 2 comments 1 reaction 1 assignee Claimed by @WarrenGraham View on GitHub
enhancement
Dominant language
Python
Stars
102
Forks
31
PR merge metrics
No merged PRs in 30d

Description

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")`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.