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?