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

← cluster alinma_bff objects transactions_sink
Overview Objects Graph History
sink · alinma_bff.transactions_sink Explain plan ▶
Parallelism
2
Actors
2 / 2
running
Distribution
HASH
Rows
State size
Created
2026-08-20 17:26
Initialized
2026-08-20 17:26
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
746341 63617 51 running
746342 63617 51 running
sql · alinma_bff.transactions_sink — click to expand
CREATE SINK alinma_bff.transactions_sink AS
SELECT
  entity_type,
  entity_id,
  account_group_type,
  transaction_id,
  account_id,
  asset_id,
  transaction_type,
  status_id,
  side_id,
  currency_code,
  quantity,
  unit_price,
  gross_value,
  net_value,
  external_reference,
  creation_timestamp,
  valuation_timestamp,
  settlement_timestamp,
  type_id,
  order_id,
  description,
  source_asset_id,
  source_account_id,
  fee_type,
  fee_currency_code,
  fee_amount,
  fee_amount_system_currency,
  order_side_id,
  custom_fields
FROM alinma_bff.book_of_business_transactions_mv AS book_of_business_transactions_mv_next
WITH (
  connector='postgres',
  host='psql-nonprod-uae-derived.postgres.database.azure.com',
  port='6432',
  user='migration_user',
  password='***',
  database='alinma-qa-advisor-portal-bff',
  table='transactions',
  schema='advisor_portal_bff',
  type='upsert',
  force_compaction='true',
  primary_key='entity_type,entity_id,account_group_type,transaction_id,account_id'
)
Lineage · alinma_bff.transactions_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.