Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2025 05:57 AM
try this:
- In Snowflake, run
SELECT SYSTEM$GET_ICEBERG_TABLE_INFORMATION('<db>.<schema>.<table>');to retrieve metadata location. - In Databricks, create an external location that matches the metadata URI.
My blog: https://databrickster.medium.com/