Skip to content

MobileTeleSystems/etl-entities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/