Feat: première version en notebook

This commit is contained in:
2024-02-17 05:28:42 +01:00
commit 7aca068a8d
6 changed files with 6328 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
clean_raw:
rm -rf ./PLESNA Compta SYSTEM/raw/**/*.csv
clean_built:
rm -rf ./PLESNA Compta SYSTEM/staging/**/*.csv
rm -rf ./PLESNA Compta SYSTEM/gold/**/*.csv
rm -rf ./PLESNA Compta SYSTEM/datamart/**/*.csv
clean_all: clean_built clean_raw