RWM Console cluster: risingwave-adib.adib-rw.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
105,901
State size
16.1 MiB
Created
2026-08-24 15:28
Initialized
2026-08-24 15:28
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
102004 23388 26 running
102018 23386 26 running
102019 23386 26 running
102020 23387 26 running
102021 23389 26 running
102022 23389 26 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.