Fixed - Several bugfixes for the filter `InAssetSubtree`: - No longer causes `CogniteAPIError` when used, by accepting a list of values rather than a single value. - Loading via `Filter.load` now works as expected (a regression introduced in 7.38.3).
7.62.6
Fixed - Instances with a single property no longer fail `to_pandas()` with `TypeError`, when using `expand_properties=True`.
7.62.5
Added - Add new `client.workflows.triggers.upsert`, this allows upserts of triggers. Deprecated - Deprecate `client.workflows.triggers.create`, as its functionality is covered by the new `client.workflows.triggers.upsert`
7.62.4
Fixed - In the CoreModel, `client.data_classes.data_modeling.cdm` the fields `isUploaded` and `uploadedTime` in `CogniteFile` are now considered read-only
7.62.3
Added - [Feature Preview - alpha] Support for `Kafka` and `Rest` sources in `client.hosted_extractors.sources`.
7.62.2
Added - [Feature Preview - alpha] Support for `client.hosted_extractors.mappings`.