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!

youssefmrini
Databricks Employee
Databricks Employee

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./'