v0.77
Changed
- [BREAKING] The subpackage
cognite.neat.rules.models
is reorganized. All imports using this subpackage must be
updated.
Added
- Support for exporting/importing
Last
spreadsheets in theExcelExporter
andExcelImporter
. - [BREAKING] As a result of the above, in the
ExcelExporter
the parameteris_reference
is replaced bydump_as
.
To continue using the old behavior, setdump_as='reference'
. - In the
DMSImporter.from_data_model_id
, now supports settingreference_model_id
to download a solution model
with a reference model.
Details
- [NEAT-235] Excel Importer/Exporter Support Last 🛟 by @doctrino in #444
- Neat 239 a has data filter can reference at most 10 views and or containers by @nikokaoja in #445
- Remove unused parameter 🧹 by @doctrino in #447
- [prep NEAT-236] Refactor DMS schema single model by @doctrino in #449
- [NEAT-236] DMS Exporter Support downloading Solution with Enterprise 🧑🧒 by @doctrino in #448
Full Changelog: v0.76.2...v0.77