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

← cluster insights objects position_summary_sink
Overview Objects Graph History
sink · insights.position_summary_sink
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
State size
Created
2026-06-30 21:55
Initialized
2026-06-30 21:55
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
55097 3046 3 running
55098 3046 3 running
55099 3047 3 running
55100 3047 3 running
sql · insights.position_summary_sink — click to expand
CREATE SINK insights.position_summary_sink AS
SELECT
  account_group_id,
  position_type AS type,
  dim_balance_date,
  currency_code,
  market_value,
  total_average_cost,
  fair_value,
  fair_value_system_currency,
  accrued_value,
  accrued_value_system_currency,
  market_value_system_currency,
  total_average_cost_system_currency,
  relationship_value,
  fair_relationship_value,
  relationship_value_system_currency,
  fair_relationship_value_system_currency
FROM insights.position_summary_mv
WITH (
  connector='postgres',
  host='psql-nonprod-uae-derived.postgres.database.azure.com',
  port='6432',
  user='migration_user',
  password='***',
  database='adib-int-insights-db',
  table='account_group_balances_ft',
  schema='insights',
  type='upsert',
  force_compaction='true',
  primary_key='account_group_id,type,dim_balance_date'
)
Lineage · insights.position_summary_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.