+- **"Transfer - Time to first byte" experienced long working duration**: your source query takes a long time to return any data. This could mean the query takes a long time to process on your source because the source is busy with other tasks, or the query is not optimal, or the data is stored in such a way that it takes a long time to retrieve. Consider if other queries are running on that source at the same time, or if there are any updates you could make to your query so it can retrieve data more quickly. If there is a team that manages your data source, contact them to modify your query or check source performance.
0 commit comments