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

Registering Delta tables from external storage GCS , S3 , Azure Blob in Databricks Unity Catalog

muaaz
Visitor

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';
0 REPLIES 0