Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 03:19 AM
I believe this is due to the additive nature of the pipeline, designed to only add and update new tables. I can imagine a catastrophic loss if a table would be deleted in production just because it's commented out. So I believe that's by design to preserve integrity by not tearing tables down based on code changes alone.
I believe your only option is to drop the table manually.
Kerem