2.2.0 (2024-01-10)¶
Breaking Changes¶
Remove
covermethod from baseHWMclass, it only remains inFileHWMclass (#71)
Features¶
Improve typing: * Fix Pylance (VS Code) complained
"SomeClass" is not exported from module "etl_entities.module". Import from "etl_entities.module.submodule" instead. * Mark old HWM classes withtyping_extensions.deprecateddecorator (#69)Add
KeyValueIntHWMclass, designed to manage HWM for partitioned data sources like Kafka topics. It extends the functionality of the base HWM classes to handle key-value pairs. (#71)