Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2025 09:24 PM
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.