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

← cluster party objects customer_relationships
Overview Objects Graph History
table · party.customer_relationships Explain plan ▶
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
32
State size
5.9 KiB
Created
2026-08-11 14:29
Initialized
2026-08-11 14:29
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
156706 10663 33 running
156707 10663 33 running
156712 10664 33 running
156713 10666 33 running
156714 10666 33 running
156886 10665 33 running
sql · party.customer_relationships — click to expand
CREATE TABLE party.customer_relationships (
  id VARCHAR,
  party_id VARCHAR,
  type VARCHAR,
  status VARCHAR,
  status_label_id VARCHAR,
  effective_from DATE,
  effective_to DATE,
  status_changed_at TIMESTAMPTZ,
  created_at TIMESTAMPTZ,
  updated_at TIMESTAMPTZ,
  disabled_at TIMESTAMPTZ,
  PRIMARY KEY (id)
)
WITH (
  snapshot='true'
) FROM party.party_source TABLE 'public.customer_relationships'
Lineage · party.customer_relationships 12 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.