source files only

This commit is contained in:
2026-02-24 07:09:37 +03:00
commit 5da4df2f14
7 changed files with 381 additions and 0 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
import subprocess
subprocess.run(["python", "extract_csv.py"], check=True)
subprocess.run(["python", "create_marts_postgresql.py"], check=True)
subprocess.run(["python", "create_marts_greenplum.py"], check=True)
subprocess.run(["python", "create_marts_clickhouse.py"], check=True)