slashes might be an issue?
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ entities:
|
||||
- transactions
|
||||
- scheduled_transactions
|
||||
base_url: https://api.ynab.com/v1/budgets
|
||||
knowledge_file: data\server_knowledge_cache.json
|
||||
knowledge_file: data/server_knowledge_cache.json
|
||||
primary_keys:
|
||||
accounts:
|
||||
unique_id: id
|
||||
|
||||
@@ -20,12 +20,9 @@ config['API_TOKEN'] = API_TOKEN
|
||||
config['BUDGET_ID'] = BUDGET_ID
|
||||
|
||||
if __name__ == '__main__':
|
||||
#Ingest(config)
|
||||
#RawToBase(config)
|
||||
#DimAccounts(config)
|
||||
#DimCategories(config)
|
||||
#DimPayees(config)
|
||||
Ingest(config)
|
||||
RawToBase(config)
|
||||
DimAccounts(config)
|
||||
DimCategories(config)
|
||||
DimPayees(config)
|
||||
DimDate(config)
|
||||
|
||||
|
||||
# dates_df = pl.DataFrame(pl.date_range('2020-01-01', '2030-12-31',"1d", eager=True)).alias('date')
|
||||
Reference in New Issue
Block a user