RWM Console cluster: risingwave-ai-hub-int.ai-hub-rwm.svc.cluster.local

← cluster alpheya_agent objects fx_rates_eod_mv
Overview Objects Graph History
materialized view · alpheya_agent.fx_rates_eod_mv Explain plan ▶
Parallelism
2
Actors
2 / 2
running
Distribution
HASH
Rows
650
State size
24.8 KiB
Created
2026-08-22 10:28
Initialized
2026-08-22 10:28
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
157433 19404 33 running
157434 19404 33 running
sql · alpheya_agent.fx_rates_eod_mv — click to expand
CREATE MATERIALIZED VIEW alpheya_agent.fx_rates_eod_mv AS
SELECT
  fx.date AS rate_date,
  fx.source_currency_code AS base_currency,
  fx.target_currency_code AS quote_currency,
  fx.rate
FROM asset_service.foreign_exchange_rates_eod_ft AS fx
WHERE
  fx.source_currency_code = 'USD'
Lineage · alpheya_agent.fx_rates_eod_mv 3 objects
Direct (1-hop) dependencies from rw_depend, across schemas. Click a neighbor to expand its dependencies; ⌘/Ctrl-click opens its page. Drag to pan, scroll to zoom. External source/sink endpoints (Kafka, Iceberg) are not shown.