This commit is contained in:
2026-01-12 01:01:19 +01:00
parent bd74f36f4c
commit 659757482d
13 changed files with 526 additions and 93 deletions

View File

@@ -4,21 +4,21 @@
# COLLECTION STAGE (No dependencies)
# ============================================================================
[checkpoints.exchange_collection_complete]
description = "Yahoo exchanges collected and validated"
depends_on = []
[checkpoints.lei_figi_mapping_complete]
description = "LEI-to-FIGI mappings from OpenFIGI API"
depends_on = []
[checkpoints.securities_data_complete]
description = "Securities data built from FIGI mappings"
depends_on = ["lei_figi_mapping_complete"]
# ============================================================================
# CLEANSING STAGE (Depends on collection)
# ============================================================================
[checkpoints.yahoo_companies_cleansed]
description = "Company data cleansed and validated"
depends_on = ["exchange_collection_complete"]
depends_on = ["securities_data_complete"]
# ============================================================================
# ENRICHMENT GROUP (All depend on cleansed companies)
@@ -52,6 +52,6 @@ group = "enrichment_group"
# SECURITIES PROCESSING (Depends on LEI mapping)
# ============================================================================
[checkpoints.securities_data_complete]
description = "Securities data built from FIGI mappings"
depends_on = ["lei_figi_mapping_complete"]
[checkpoints.enrichment_group]
description = "Yahoo exchanges collected and validated"
depends_on = []