Vidhi_Khaitan
Databricks Employee
Databricks Employee

Hi Akshay,

I believe you can try this for your use case ->

CREATE TABLE IF NOT EXISTS catalog.schema.my_external_table (
id INT,
name STRING,
age INT
)
USING delta
LOCATION '<location>'

This will create a delta table.