ETL Entities#

Repo Status PyPI PyPI License PyPI Python Version Documentation Build Status Coverage

What is ETL Entities?#

Collection of classes & decorators used for handling High Water Mark (HWM).

Currently implemented:
  • ColumnIntHWM

  • ColumnDateHWM

  • ColumnDateTimeHWM

  • FileListHWM

  • KeyValueIntHWM

  • MemoryHWMStore

  • BaseHWMStore (interface for third-party HWM store implementations)

How to install#

pip install etl-entities