source files only
This commit is contained in:
6
main.py
Normal file
6
main.py
Normal 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)
|
||||
Reference in New Issue
Block a user