High severityinfrastructure
Power BI Refresh Error:
INTERNAL_ERROR (SQL Warehouse)
What does this error mean?
The Databricks SQL warehouse (Photon or classic) encountered an unexpected internal error. Unlike FAILED in Jobs, this indicates a platform-level fault rather than user code.
Common causes
- 1Photon engine bug triggered by an edge-case query plan or data format
- 2SQL warehouse pod crashed due to memory pressure from a very large result set
- 3Transient cloud infrastructure fault during query execution
- 4Known issue in a specific Databricks Runtime version — check release notes
- 5Very large shuffle operation exhausting warehouse disk spill capacity
How to fix it
- 1Retry the query — transient infrastructure faults often resolve automatically
- 2Check the Databricks status page (status.databricks.com) for ongoing incidents
- 3If reproducible, open a Databricks support ticket and include the query ID (visible in the query history)
- 4Try reducing the query complexity or adding explicit intermediate materializations to isolate the problematic plan
- 5Upgrade or downgrade the SQL warehouse Databricks Runtime version to rule out a known engine bug
- 6For memory-related INTERNAL_ERROR, increase the warehouse cluster size or enable result caching