Dear Power BI Support Team,
We are encountering an issue when using the Power BI API to refresh datasets through Airflow. The problem arises intermittently, where the connection to the API is dropped, and we receive the following error:
ConnectionResetError: [Errno 104] Connection reset by peer
This error occurs during dataset refresh requests via the Power BI API. We've tested the requests through Postman, and they work consistently, but when integrated with Airflow, the failures happen irregularly. We have taken the following steps to address the issue:
- Increased the request timeout to 60 seconds.
However, the problem persists, and the connection to the API continues to drop intermittently.
We would appreciate any guidance or recommendations on how to resolve this issue.