Added - DatapointsAPI now support iteration like most other APIs: `for dps in client.time_series.data(...)`. You may control memory usage by specifying how many time series to fetch in parallel with the `chunk_size_time_series` parameter, and datapoints with `chunk_size_datapoints`.
7.64.14
Added - [Feature Preview - beta] Adding data modeling triggers support for data workflows.
7.64.13
Added - Added new `SAPWriteback` and `SAPWritebackRequests` capabilities.
7.64.12
Fixed - `FunctionSchedulesAPI.__call__()` calls `FunctionSchedulesAPI.list()` instead of `APIClient._list_generator()`. (The latter relied on pagination, which was not implemented by `/schedules/list`).
7.64.11
Added - [Feature Preview - alpha] Support for `PostgresGateway` `Tables` `client.postegres_gateway.tables`.
7.64.10
Fixed - [Feature Preview - alpha] Updated `PostgresGateway` `Users` `client.postegres_gateway.users` to changes in the API.