2.0.0 (2023-10-31)#

Breaking Changes#

  • Move v1 HWM classes (like IntHWM, DateHWM, and so on) from module etl_entitites.hwm to etl_entities.old_hwm, and mark these classes as deprecated (#27)

Features#

  • Add classes: ColumnIntHWM, ColumnDateHWM, ColumnDateTimeHWM in etl_entitites.hwm (#28)

  • Add classes: FileListHWM, FileHWM in etl_entitites.hwm (#30)

  • Add classes: BaseHWMStore, HWMStoreClassRegistry, register_hwm_store_class, HWMStoreManager, MemoryHWMStore in etl_entities.hwm_store (source code was imported from onetl.hwm.store) (#31)

  • Add plugins for imports of etl-entities library objects in third-party libraries (#32)

  • Add decorator: detect_hwm_store in etl_entities.hwm_store (source code was imported from onetl.hwm.store) (#33)