Currently when you delete a View model, only the view model is deleted as long as it isn't used/referenced in another view model.
If a user selects a source model, any view models that depend on the source model will also be selected for deletion.
This seems overkill.
The old Delete model framework, deleted only the selected resource and it walked through any dependent models and cleaned up any references to the model being deleted.
So suggesting that we restore the single-resource delete (for models especially) and restore the model clean-up to insure that references are removed (i.e. transformation mappings) as well as the model import.
- relates to
-
TEIIDDES-2686 Source Model created via Teiid Connection Import from SalesForce source doesn't work
- Resolved
-
TEIIDDES-2895 No warning after deleting schema and UDF Jars
- Closed