데이터 파이프라인 구축

This commit is contained in:
2026-01-22 16:28:09 +09:00
parent 88a3f4c4e0
commit 3e6e5f0043
18 changed files with 1615 additions and 2 deletions

6
git-hooks/pre-commit Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
# git-hooks/pre-commit
# Git이 실행하는 파일 (확장자 없음, sh 헤더 필요)
powershell.exe -ExecutionPolicy Bypass -File "./git-hooks/pre-commit.ps1"
exit $?