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.
7.73.5
Fixed - The `client.data_modeling.instances.aggregate/search()` methods now correctly returns maximum, 1000, results when setting the `limit` parameter to `None`, `-1`, or `math.inf`.
7.73.4
Fixed - An issue with `DatapointsAPI.retrieve_latest` and usage of `instance_id` when using `ignore_unknown_ids=True` and *any type* of identifier was not found (no longer raises `TypeError`).