I can’t select a table from my databricks DBs in SQL – error AnalysisException: Delta table `default`.`incidents` doesn’t exist
I am just starting out in databricks using SQL, and I just want to select a table and see the fields/columns , I know the table exists when you check the DB catalog but when I try to select it using * from table_name, I get this error AnalysisException: Delta table default
.incidents
doesn’t exist.