Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 2.42 KB

README.rst

File metadata and controls

69 lines (54 loc) · 2.42 KB

ETL Entities

Repo status - Active PyPI - Latest Release PyPI - License PyPI - Python Version PyPI - Downloads Documentation - ReadTheDocs Github Actions - latest CI build status Test coverage - percent pre-commit.ci - status

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

Documentation

See https://etl-entities.readthedocs.io/