fix(supervisor): add extract_cot_combined to workflows.toml
Some checks failed
CI / test-cli (push) Failing after 7s
CI / test-sqlmesh (push) Failing after 6s
CI / test-web (push) Failing after 6s
CI / tag (push) Has been skipped

fct_cot_positioning UNIONs both cot/ and cot_combined/ landing dirs,
but only extract_cot_dataset was scheduled. Without cot_combined/ present,
SQLMesh would fail with "No files found" on every tick.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-03-01 00:02:50 +01:00
parent c45f5d747a
commit f4d116592c

View File

@@ -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"