RWM Console cluster: risingwave-adib.adib-rw.svc.cluster.local

← cluster insights objects investment_accounts_ft_sink
Overview Objects Graph History
sink · insights.investment_accounts_ft_sink
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
State size
Created
2026-06-30 21:47
Initialized
2026-06-30 21:47
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
54355 2693 3 running
54356 2693 3 running
54433 2694 3 running
54434 2694 3 running
sql · insights.investment_accounts_ft_sink — click to expand
CREATE SINK insights.investment_accounts_ft_sink AS
SELECT
  account_id,
  fact_date,
  purchasing_power,
  purchasing_power_system_currency,
  disabled_at
FROM insights.investment_account_purchasing_power_mv
WHERE
  disabled_at IS NULL
WITH (
  connector='postgres',
  host='psql-nonprod-uae-derived.postgres.database.azure.com',
  port='6432',
  user='migration_user',
  password='***',
  database='adib-int-insights-db',
  table='investment_accounts_ft',
  schema='insights',
  type='upsert',
  force_compaction='true',
  primary_key='account_id,fact_date'
)
Lineage · insights.investment_accounts_ft_sink 2 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.