Boilerplate ETL project using PySpark
pip install -e .- Create virtual environment
- Install development dependencies:
pip install -r requirements-dev.txt
- Install package in editable mode:
pip install -e .
from simplepyetl import split_first_last_nameRun tests:
python -m unittest discover -s testsAutomated unit testing runs on push and pull requests via .github/workflows/test_unittest.yaml.