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

How to sync the meta store info with the real data for external delta table

andrew0117
Contributor

if I manually delete some parque files in location which the real data is stored in, so spark catalog still has the old version. How can I sync them?

Thanks!

1 REPLY 1

youssefmrini
Honored Contributor III
Honored Contributor III

You just need to create a new table and specify the location of the data for your case it's going to be an ADLS, S3...

Example

โ€‹

Create table customer using delta location 'mnt/data./'

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group