데이터 파이프라인 구축

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

5
git-hooks/post-commit Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
# git-hooks/post-commit
powershell.exe -ExecutionPolicy Bypass -File "./git-hooks/post-commit.ps1"
exit $?