인사이트 · 약 6분 읽기
Should CSV live in Git? Versioning data dumps for engineering teams
Git diffs on shifting data are noisy; LFS and external object stores often fit better than raw commits.
게시 2025년 3월 21일 · Table
Small reference CSVs (test fixtures) belong in Git. Large, churning exports pollute history and inflate clones, prefer artifact storage with metadata pointers in the repo.
Rule of thumb
- If it changes daily, do not commit it.
- If it defines schema, commit a stable sample only.