Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 318 Bytes

README-development.md

File metadata and controls

11 lines (9 loc) · 318 Bytes

DeltaCAT

Cloudpickle API calls

  • See the note at deltacat/compute/compactor/utils/primary_key_index.py for an explanation on cloudpickle.dumps usage

Running pre-commit locally

pip install -r ./dev-requirements.txt
pre-commit install
pre-commit run --all-files // optionally run against all files