- Add monthly bars aggregation in worker (services/worker/internal/marketdata/aggregation/) - Support monthly timeframe in operator runner and output - Add monthly aggregation test data and test cases - Update contracts (proto, Dart, Go) for monthly timeframe support - Sync parser_map, socket handlers, and worker client across services - Add code review and plan logs for multi-timeframe coverage milestones
17 lines
369 B
YAML
17 lines
369 B
YAML
name: monthly_bars_aggregation
|
|
timeout: 10s
|
|
steps:
|
|
- id: aggregate_kr_monthly
|
|
action: aggregate_monthly_bars
|
|
request:
|
|
provider: kis
|
|
selector_kind: watchlist
|
|
market: kr
|
|
venue: krx
|
|
name: kr-core
|
|
symbols: ["005930"]
|
|
from_yyyymmdd: "20240101"
|
|
to_yyyymmdd: "20240331"
|
|
expect:
|
|
status: ok
|
|
min_count: 3
|