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

← cluster asset_service objects asset_adjusted_prices_ft
Overview Objects Graph History
table · asset_service.asset_adjusted_prices_ft Explain plan ▶
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
0
State size
Created
2026-08-17 12:18
Initialized
2026-08-17 12:18
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
32532 11064 33 running
32792 11062 33 running
32793 11062 33 running
32798 11063 33 running
32799 11065 33 running
32800 11065 33 running
sql · asset_service.asset_adjusted_prices_ft — click to expand
CREATE TABLE asset_service.asset_adjusted_prices_ft (
  asset_id VARCHAR,
  date DATE,
  adjusted_close DECIMAL,
  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_adjusted_prices_ft'
Lineage · asset_service.asset_adjusted_prices_ft 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.