RWM Console cluster: risingwave.platform.svc.cluster.local

← cluster asset_service objects asset_prices_eod_ft
Overview Objects Graph History
table · asset_service.asset_prices_eod_ft Explain plan ▶
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
798,087
State size
108.0 MiB
Created
2026-08-25 14:37
Initialized
2026-08-25 14:37
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
32528 12160 33 running
32562 12158 33 running
32563 12158 33 running
32952 12159 33 running
32965 12161 33 running
32966 12161 33 running
sql · asset_service.asset_prices_eod_ft — click to expand
CREATE TABLE asset_service.asset_prices_eod_ft (
  asset_id VARCHAR,
  date DATE,
  currency_code VARCHAR,
  close DECIMAL,
  nav DECIMAL,
  last DECIMAL,
  reference_price DECIMAL,
  reference_price_source VARCHAR,
  PRIMARY KEY (asset_id, date),
  WATERMARK FOR date AS CAST((
    date - INTERVAL '5 YEARS'
  ) AS DATE) WITH TTL
)
WITH (
  snapshot='true'
) FROM asset_service.asset_service_source TABLE 'public.asset_prices_eod_ft'
Lineage · asset_service.asset_prices_eod_ft 6 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.