kerem
Contributor

Hi @habyphilipose 

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