An Azure on-demand analytics job service.
Hi @Megan Coldeweijer
Thanks for the details - increasing nodes alone doesn’t always resolve this error.
After a Spark runtime upgrade (3.4 → 3.5), we do sometimes see Spark-808 when the workload becomes more resource-intensive or when multiple tables are processed at the same time.
A few things I’d suggest checking:
- Try running sync for a smaller set of tables (or even one of the impacted tables) to see if it completes — this helps confirm if it’s resource contention
- Check if the Spark pool is getting queued jobs or high utilization during sync
- Instead of only increasing node count, try using a larger node size (more memory), especially if those tables are bigger
- Restart the Spark pool once and retry - sometimes needed after runtime upgrade
- If possible, re-trigger sync for one affected table to validate
Since ~20 tables are impacted, this does point more towards capacity/concurrency on the Spark pool rather than a configuration issue in Power Apps.
If you can share your current Spark pool size and whether autoscale is enabled, I can help you fine-tune it further.