MobileTeleSystems / etl-entities

Basic ETL Entity classes for onETL

Home Page:https://etl-entities.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Documentation

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

About

Basic ETL Entity classes for onETL

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

License:Apache License 2.0


Languages

Language:Python 99.6%Language:Shell 0.4%