accounts into dimension
This commit is contained in:
@@ -5,6 +5,7 @@ import yaml
|
||||
|
||||
from pipeline.ingest import Ingest
|
||||
from pipeline.raw_to_base import RawToBase
|
||||
from pipeline.dimAccounts import DimAccounts
|
||||
|
||||
dotenv.load_dotenv()
|
||||
|
||||
@@ -19,4 +20,5 @@ config['API_TOKEN'] = API_TOKEN
|
||||
config['BUDGET_ID'] = BUDGET_ID
|
||||
|
||||
Ingest(config)
|
||||
RawToBase(config)
|
||||
RawToBase(config)
|
||||
DimAccounts(config)
|
||||
Reference in New Issue
Block a user