Cognite-sdk

Latest version: v7.43.3

Safety actively analyzes 629765 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 80

7.23.0

Added
- Make properties on instances (`Node`, `Edge`) easier to work with, by implementing support for direct indexing (and a `.get` method).
If the instances have properties from no source or multiple sources, an error is raised instead. Example usage: `instance["my_prop"]`
(short-cut for: `instance.properties[ViewId("space", "ext.id", "version")]["my_prop"]`)

7.22.0

Added
- Data point subscriptions reaches General Availability (GA).
- Use the new [Data point subscriptions](https://developer.cognite.com/dev/concepts/data_point_subscriptions/)
feature to configure a subscription to listen to changes in one or more time series (in ingestion order).
The feature is intended to be used where data points consumers need to keep up to date with
changes to one or more time series without the need to read the entire time series again.
Changed
- Removed the `ignore_unknown_ids` flag from `client.time_series.subscriptions.retrieve()` to stay consistent with other resource types.

7.21.1

Fixed
- Data Workflows: mark parameter `jobId` as optional in `TransformationTaskOutput`, as it may not be populated in case of a failure.

7.21.0

Added
- Parameter `sort` to `client.documents.list`.

7.20.1

Fixed
- `DMLApplyResult` no longer fails when converted to a string (representation).

7.20.0

Fixed
- internal json encoder now understands CogniteObject and CogniteFilter objects, so that they are
correctly serialized when used in nested structures.

Page 10 of 80

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.