DLT table deletion
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 01:43 AM
If we delete the DLT pipeline, the tables would get deleted.
But in a DLT pipeline which creates 5 tables , if I comment out logic of 1 table, that table is not deleted from the catalog, even though full refresh of the pipeline is done.
Does anyone know why that happens?
Is there any way to remove that 1 table from the catalog other than the DROP command, i.e; from the DLT pipeline itself?