Hello.
When testing a dlt table pipeline i accidentally mispelt the target schema. The pipeline worked and created the tables. After realising my mistake, i deleted the tables and the schema - thinking nothing of it.
However when I run the pipeline with the corrected schema, I get the following error :
"""
Soft-deleted MV/STs that require changes cannot be undropped directly. If you need to update the target schema of the pipeline or modify the visibility of an MV/ST while also undropping it, please invoke the undrop operation with the original schema and visibility in an update first, before applying the changes in a subsequent update.
The following soft-deleted MV/STs required changes: table1, table2 etc etc
"""
I cant get back the tables to drop them properly.
What do i do ?
Thanks 🙂