Move managed DLT table from one schema to another schema in Databricks

a_t_h_i
New Contributor II

I have a DLT table in schema A which is being loaded by DLT pipeline.

I want to move the table from schema A to schema B, and repoint my existing DLT pipeline to table in schema B. also I need to avoid full reload in DLT pipeline on table in Schema B.

Anybody had similar situation?