power bi exporter error : Maximum number of requests exceeded in time window
dot101
Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 9 ✭✭✭
Hello,
I used the power bi plugin to export a dataset I have, I did all the pre-required configurations but I still get this error, can someone explain this error to me and how to fix it? Thanks in advance.
Tagged:
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi,
429 too many requests suggest you are hitting the PowerBI API limits. Which are documented here:
https://community.powerbi.com/t5/Developer/Power-BI-Rest-Api-Limitations/m-p/393737
There are several limits to take into account, depending on how larger your dataset is you may want to actually try increasing the buffer size to 1000 or 2000, for example, the max request size should be 10k. This should result in fewer requests per minute.
Thanks