This package is the foundation of the OmopCloudEtl ecosystem. It defines the core abstractions, data models (Configuration, DML, Workflow), and the compilation logic.
- Python 3.11, 3.12, 3.13
- Poetry
- Clone the repository:
git clone https://github.com/example/example.git cd my_python_project - Install dependencies:
poetry install
- Run the linter:
poetry run pre-commit run --all-files
- Run the tests:
poetry run pytest