fix(supervisor): add geonames to workflows.toml
stg_population_geonames → dim_locations → location_opportunity_profile were all 0 rows in prod because the GeoNames extractor was never scheduled. First run will backfill cities1000 to landing zone. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -21,6 +21,10 @@ schedule = "monthly"
|
||||
module = "padelnomics_extract.eurostat"
|
||||
schedule = "monthly"
|
||||
|
||||
[geonames]
|
||||
module = "padelnomics_extract.geonames"
|
||||
schedule = "monthly"
|
||||
|
||||
[playtomic_tenants]
|
||||
module = "padelnomics_extract.playtomic_tenants"
|
||||
schedule = "daily"
|
||||
|
||||
Reference in New Issue
Block a user