feat: stage-isolated infrastructure — separate Postgres DBs, Redis DBs, and MinIO bucket prefixes per stage
This commit is contained in:
@@ -23,7 +23,9 @@ import uuid
|
||||
from dataclasses import dataclass, field
|
||||
from datetime import date, datetime
|
||||
|
||||
LAKEHOUSE_BUCKET = "stonks-lakehouse"
|
||||
from services.shared.storage import _prefixed
|
||||
|
||||
LAKEHOUSE_BUCKET = _prefixed("stonks-lakehouse")
|
||||
WAREHOUSE_PREFIX = "warehouse"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user