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

← cluster alpheya_experience_bff objects report_twrr_daily_sink
Overview Objects Graph History
sink · alpheya_experience_bff.report_twrr_daily_sink Explain plan ▶
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
State size
Created
2026-08-25 13:29
Initialized
2026-08-25 13:28
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
167368 20256 33 running
167369 20256 33 running
167370 20257 33 running
167371 20257 33 running
sql · alpheya_experience_bff.report_twrr_daily_sink — click to expand
CREATE SINK alpheya_experience_bff.report_twrr_daily_sink AS
SELECT
  portfolio_id,
  account_group_type,
  dim_balance_date,
  currency_code,
  market_value,
  fair_value,
  daily_subperiod_return,
  daily_subperiod_fair_value_return,
  daily_subperiod_return_system_currency,
  daily_subperiod_fair_value_return_system_currency
FROM alpheya_experience_bff.report_twrr_daily_mv AS report_twrr_daily_mv_next
WITH (
  connector='postgres',
  host='psql-nonprod-uae-derived.postgres.database.azure.com',
  port='6432',
  user='migration_user',
  password='***',
  database='ai-hub-int-alpheya-exp-bff',
  table='report_twrr_daily',
  schema='advisor_portal_bff',
  type='upsert',
  force_compaction='true',
  primary_key='portfolio_id,account_group_type,dim_balance_date,currency_code'
)
Lineage · alpheya_experience_bff.report_twrr_daily_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.