öi
This commit is contained in:
@@ -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 = []
|
||||
Reference in New Issue
Block a user