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:ย 

Deleting database tables from a catalog

zyang
Contributor II

Hello,

I am exploring lakebase and sync the table to postgre catalog. When I try to drop a table, I got this error
of kind: Some(CATALOG_MANAGED_POSTGRESQL) is not supported. How to fix it? I have all the privileges.

 

Thanks.

Best regards

1 ACCEPTED SOLUTION

Accepted Solutions

Advika
Databricks Employee
Databricks Employee

Hello @zyang!

Could you please check if youโ€™re following the steps outlined in the doc?

First, you need to delete the synced table in Unity Catalog and then drop it from PostgreSQL using the DROP TABLE command.

View solution in original post

2 REPLIES 2

Advika
Databricks Employee
Databricks Employee

Hello @zyang!

Could you please check if youโ€™re following the steps outlined in the doc?

First, you need to delete the synced table in Unity Catalog and then drop it from PostgreSQL using the DROP TABLE command.

zyang
Contributor II

Aha, yes, you are right. 

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now