dubravcik / pbixrefresher-python

Refresh Power BI reports programmatically for free
MIT License
122 stars 54 forks source link

add a --no-publish option to skip the publish step #10

Closed sizer99 closed 6 years ago

sizer99 commented 6 years ago

Your script works very well - but we don't use a publish model. We copy the PBIX, rename it for the date, refresh, then the PBIX files are available on the local network for the people who need them. Given that, the attempt to publish times out and crashes. This lets us optionally skip that step, and then everything's great.