cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Can't create tables in unity catalog

Kit
New Contributor III

I am facing the problem that is very similar to https://community.databricks.com/t5/data-engineering/can-t-create-table-in-unity-catalog/td-p/93414. However, there is no answer there so I create a new post.

I created my workspace with terraform, with custom VPC. I can create catalogs but not tables. When I tried to create table with `create table catalog.schema.test`, I got this error `[RequestId=428232c9-2b6a-490f-bd1b-7e63b1687834 ErrorClass=TABLE_DOES_NOT_EXIST.RESOURCE_DOES_NOT_EXIST] Table '08c313c4-0d8c-40da-beff-4c4088eab919' does not exist.`

 I can see there is a new empty folder created in my metastore with name `08c313c4-0d8c-40da-beff-4c4088eab919`.

Can anyone help me to resolve this erro?

1 REPLY 1

Ayushi_Suthar
Databricks Employee
Databricks Employee

Hi @Kit , Greetings!

Can you try to create a table with the following SQL command: CREATE OR REPLACE TABLE table_name (). 

Also can you please which cluster you are using here? Make sure you are using the UC-supported cluster.

Leave a like if this helps, followups are appreciated.
Kudos,

Ayushi