Hi everyone,
I am currently working on a migration project from Azure Databricks to GCP Databricks, and I need some guidance from the community on best practices around registering external Delta tables into Unity Catalog.
Currenlty I am doing this but need more optimized and best approach.
CREATE TABLE IF NOT EXISTS catalog.schema.table
USING DELTA
LOCATION 'gs://bucket/tables/UUID';