An Apache Spark-based analytics platform optimized for Azure.
@nihcas s - Thanks for the question and using MS Q&A platform.
Option #1 and #2 This issue generally happens when using "DROP TABLE" and "CREATE TABLE" commands. Databricks recommends to use "CREATE or REPLACE" commands to overwrite a delta table rather than dropping and recreating the table.
Option #3 By default, if you don't specify the catalog it's defaulting to the hive_metastore, and that's why you get the error.
For more details, refer to SO threads which addressing similar issue:
https://stackoverflow.com/questions/69551620/databricks-is-not-empty-but-its-not-a-delta-table
https://stackoverflow.com/questions/75855836/spark-command-not-supported-in-unity-catalog-in-databricks
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.