Move managed DLT table from one schema to another schema in Databricks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 09:28 AM
I have a DLT table in schema A which is being loaded by DLT pipeline.
I want to move the table from schema A to schema B, and repoint my existing DLT pipeline to table in schema B. also I need to avoid full reload in DLT pipeline on table in Schema B.
Anybody had similar situation?