Hi @Anish_2
How are you doing today? I agree with @KaranamS's answer.
Databricks marks the table as inactive instead of removing it to prevent accidental data loss, allowing you to restore it if needed. Once inactive, the table remains in Unity Catalog but wonโt be updated by the pipeline. To fully remove it, you need to manually run DROP TABLE catalog1.schema1.table1; in SQL. If itโs a managed table, use DROP TABLE ... PURGE; to also delete storage files. Databricks doesnโt auto-remove tables when they are removed from the pipeline, so cleanup must be done manually.
Give a try and let me know if this works!
Good day.
Regards,
Brahma