bianca_unifeye
Databricks MVP

 

  • Redeploys with Asset Bundles can safely reuse existing DLT-managed tables.

  • If you see “managed table already exists”, it usually means:

    • You’re using plain CREATE TABLE  and you should have OR REFRESH part of it

    • The bundle created a new pipeline pointing at a schema where tables already exist, or

    • You changed the nature of an existing table (table ↔ view, streaming ↔ batch) without dropping/renaming it.