working for dagster

This commit is contained in:
2026-07-27 20:34:46 +01:00
parent 1d4b983a17
commit 7db41e8d9a
5 changed files with 28 additions and 48 deletions
+5 -5
View File
@@ -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: jobs/data_pipeline_for_YNAB/data/server_knowledge_cache.json
primary_keys:
accounts:
unique_id: id
@@ -20,9 +20,9 @@ primary_keys:
unique_id: id
scheduled_transactions:
unique_id: id
raw_data_path: data/raw
processed_data_path: data/processed
base_data_path: data/base
warehouse_data_path: data/warehouse
raw_data_path: jobs/data_pipeline_for_YNAB/data/raw
processed_data_path: jobs/data_pipeline_for_YNAB/data/processed
base_data_path: jobs/data_pipeline_for_YNAB/data/base
warehouse_data_path: jobs/data_pipeline_for_YNAB/data/warehouse
REQUESTS_MAX_RETRIES: 3
REQUESTS_RETRY_DELAY: 5