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

← cluster alinma_bff objects notes_sink
Overview Objects Graph History
sink · alinma_bff.notes_sink Explain plan ▶
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
State size
Created
2026-08-13 17:42
Initialized
2026-08-13 17:42
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
738452 52951 51 running
738453 52951 51 running
738590 52952 51 running
738591 52952 51 running
sql · alinma_bff.notes_sink — click to expand
CREATE SINK alinma_bff.notes_sink AS
SELECT
  id,
  content_text,
  content_format,
  created_at,
  updated_at,
  is_archived,
  archived_at,
  client_id,
  portfolio_id,
  account_id,
  draft_account_id,
  party_id,
  entity_type,
  entity_id,
  tag_ids,
  created_by_id,
  updated_by_id,
  client_display_name,
  client_local_display_name,
  client_preferred_name,
  client_customer_identification_file,
  portfolio_number,
  portfolio_owners,
  account_name,
  account_number,
  account_owners
FROM alinma_bff.notes_mv
WITH (
  connector='postgres',
  host='psql-nonprod-uae-derived.postgres.database.azure.com',
  port='6432',
  user='migration_user',
  password='***',
  database='alinma-int-advisor-portal-bff',
  table='notes',
  schema='advisor_portal_bff',
  type='upsert',
  force_compaction='true',
  primary_key='id'
)
Lineage · alinma_bff.notes_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.