We want to perform a partial deployment of a DWH project (local SQL Server) in Compose. There is a large project in the DEV environment from which we are filtering out a data mart, including all associated objects. However, CSV import only allows ADD operations and no CHANGE/DELETE operations. Are there other ways to partially export/import a complete route (model to data mart)? Ideally without having to perform a full load afterwards.