AnalysisException: is not a Delta table. but that table is Delta table

modest2va
New Contributor II

 

When running a Databricks notebook,
an error occurs stating that SOME_TABLE is not a Delta table.

However, after executing the describe detail command and checking the format,
the table is shown as Delta.

Without taking any specific actions, re-running the notebook resolves the issue,
and the notebook operates normally.

Executed cluster:
DBR 13.3 LTS
Spark 3.4.1
Scala 2.12



Has anyone experienced this issue before?
If you have a fundamental solution to the problem, please share it.

Thank you guys in advance.