dubravcik / pbixrefresher-python

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

Extending the Wait Time #16

Open Cmbrosko opened 5 years ago

Cmbrosko commented 5 years ago

Hello,

I love the code and it is working great for some of my smaller dashboards (all SQL Imports). For my larger dashboards, the time between Refreshing->Saving->Closing is a little too quick. Is there a way that I can easily change the wait time? I am relatively new to python.

Thank you, Cmbrosko

dubravcik commented 5 years ago

You can raise the timeout by argument e.g. --refresh-timeout 40000

LevonPython commented 4 years ago

You can try this way, it is quite simple. https://github.com/LevonPython/PbiRefresher