ETL Entities#

Repo Status PyPI PyPI License PyPI Python Version Documentation Build Status Coverage pre-commit.ci

What is ETL Entities?#

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

Currently implemented:

  • HWM classes:
    • ColumnIntHWM

    • ColumnDateHWM

    • ColumnDateTimeHWM

    • FileListHWM

    • KeyValueIntHWM

  • HWM Store classes:
    • BaseHWMStore (base interface)

    • MemoryHWMStore

How to install#

pip install etl-entities