Änderung: parquet_store.py
This commit is contained in:
11
config/settings.py
Normal file
11
config/settings.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from pathlib import Path
|
||||
|
||||
BASE_DIR = Path(__file__).resolve().parents[1]
|
||||
|
||||
STORAGE_DIR = BASE_DIR / "storage"
|
||||
DB_DIR = STORAGE_DIR / "app_db"
|
||||
DB_PATH = DB_DIR / "app.db"
|
||||
DWH_DIR = STORAGE_DIR / "dwh"
|
||||
|
||||
|
||||
print(BASE_DIR, DB_DIR)
|
||||
Reference in New Issue
Block a user