Cognite-sdk

Latest version: v7.74.1

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

Scan your dependencies

Page 35 of 106

7.24.1

Fixed
- [Pyodide/WASM only] The iteration method for raw rows now yields rows _while running_ (instead of waiting for tasks to finish first).

7.24.0

Added
- New parameter for `client.raw.rows(...)`: `partitions`. This enables greater throughput thorough concurrent reads when using
the generator method (while still keeping a low memory impact). For backwards compatibility, the default is _no concurrency_.
When specified, can be used together with a finite limit, as opposed to most (if not all) other resources/APIs.
- New parameter for `client.raw.rows.list(...)`: `partitions`. For backwards compatibility, the default is _no concurrency_ when
a finite `limit` is given, and _"max" concurrency_ (`partitions=max_workers`) otherwise. Partitions can be used with finite limits.
With this change it is easy to set an appropriate level of concurrency without messing with the global client configuration.
Changed
- Default configuration setting of `max_workers` has been changed from 10 to 5 (to match the documentation).

7.23.1

Fixed
- Add missing `partition` scope to `seismicAcl`.

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.

Page 35 of 106

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.