diff --git a/infra/supervisor/workflows.toml b/infra/supervisor/workflows.toml index 991df26..5e44577 100644 --- a/infra/supervisor/workflows.toml +++ b/infra/supervisor/workflows.toml @@ -18,6 +18,11 @@ module = "cftc_cot.execute" entry = "extract_cot_dataset" schedule = "weekly" +[extract_cot_combined] +module = "cftc_cot.execute" +entry = "extract_cot_combined" +schedule = "weekly" + [extract_prices] module = "coffee_prices.execute" entry = "extract_coffee_prices"