2.0.0 (2023-10-31)¶
Breaking Changes¶
Move v1 HWM classes (like
IntHWM,DateHWM, and so on) from moduleetl_entitites.hwmtoetl_entities.old_hwm, and mark these classes as deprecated (#27)
Features¶
Add classes:
ColumnIntHWM,ColumnDateHWM,ColumnDateTimeHWMinetl_entitites.hwm(#28)Add classes:
FileListHWM,FileHWMinetl_entitites.hwm(#30)Add classes:
BaseHWMStore,HWMStoreClassRegistry,register_hwm_store_class,HWMStoreManager,MemoryHWMStoreinetl_entities.hwm_store(source code was imported fromonetl.hwm.store) (#31)Add plugins for imports of etl-entities library objects in third-party libraries (#32)
Add decorator:
detect_hwm_storeinetl_entities.hwm_store(source code was imported fromonetl.hwm.store) (#33)