starting to build the warehouse

This commit is contained in:
Jake Pullen
2024-08-09 14:23:52 +01:00
parent 33c9496eb0
commit 165464820b
9 changed files with 67 additions and 7 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ import dotenv
import logging
import yaml
from ingest import Ingest
from raw_to_base import RawToBase
from pipeline.ingest import Ingest
from pipeline.raw_to_base import RawToBase
dotenv.load_dotenv()