6.20.2348#
SDK Version attached to KAPPA-Automate 6.20.2348 is version 6.20.5176.
New Features#
The new methods
kappa_sdk.Data.read_cumulative()allows reading cumulative values and time on production values associated with production data objects.The new methods
kappa_sdk.Data.read_cumulative_by_chunks()allows chunk-based reading for large datasets of cumulative and time on production values, which is the preferred way to process large amounts of data.
Breaking Changes#
kappa_sdk.Data.read_time_on_production()andkappa_sdk.Data.read_time_on_production_by_chunks()return incorrect values and will be removed in the next versions.