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

← cluster olap objects credit_card_accounts_ft
Overview Objects Graph History
table · olap.credit_card_accounts_ft Explain plan ▶
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
0
State size
Created
2026-07-28 08:09
Initialized
2026-07-28 08:09
Fragment flags
CDC_FILTERDMLMVIEWSOURCESTREAM_SCANUPSTREAM_SINK_UNION
Actors
ActorFragmentWorkerState
156807 8596 33 running
158074 8594 33 running
158075 8594 33 running
158076 8595 33 running
158077 8597 33 running
158078 8597 33 running
sql · olap.credit_card_accounts_ft — click to expand
CREATE TABLE olap.credit_card_accounts_ft (
  account_id VARCHAR,
  fact_date DATE,
  credit_limit DECIMAL,
  last_statement_balance DECIMAL,
  minimum_payment_due DECIMAL,
  payment_due_date DATE,
  disabled_at TIMESTAMPTZ,
  PRIMARY KEY (account_id, fact_date),
  WATERMARK FOR fact_date AS CAST((
    fact_date - INTERVAL '5 YEARS'
  ) AS DATE) WITH TTL
) FROM olap.olap_source TABLE 'olap.credit_card_accounts_ft'
Lineage · olap.credit_card_accounts_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.