Fixed - When iterating through datapoints, any instance IDs used would max out after 100k values.
7.74.0
Added - Support for new (object) datapoint aggregates `min_datapoint` and `max_datapoint`.
7.73.9
Fixed - The `transformation.source/destinationOidcCredentials.scope` is no longer required when creating a Transformation.
7.73.8
Fixed - Functions: Removed `"py38"` from list of valid runtimes for Functions in docstrings and type annotations. Runtime `"py38"` was removed in the API in October 2024.
7.73.7
Fixed - When RestSource for hosted extractors were updated, the authentication and ca_certificate objects were omitted. This is now fixed.
7.73.6
Fixed - An issue with `client.data_modeling.instances.aggregates(..., filter=my_filter)` no longer raises a `KeyError` if you have a filter that returns no results.