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

← cluster alpheya_agent objects transactions_sink
Overview Objects Graph History
sink · alpheya_agent.transactions_sink Explain plan ▶
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
State size
Created
2026-08-22 10:30
Initialized
2026-08-22 10:30
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
157443 19408 33 running
157444 19408 33 running
157446 19409 33 running
157447 19409 33 running
sql · alpheya_agent.transactions_sink — click to expand
CREATE SINK alpheya_agent.transactions_sink AS
SELECT
  transaction_id,
  account_id,
  portfolio_id,
  asset_id,
  transaction_type,
  transaction_type_id,
  currency_code,
  quantity,
  unit_price,
  gross_value,
  net_value,
  valuation_date,
  settlement_date,
  order_id,
  external_reference,
  description
FROM alpheya_agent.transactions_mv
WITH (
  connector='postgres',
  host='psql-nonprod-uae-derived.postgres.database.azure.com',
  port='6432',
  user='migration_user',
  password='***',
  database='ai-hub-int-alpheya-agent',
  table='transactions',
  schema='derived',
  type='upsert',
  force_compaction='true',
  primary_key='transaction_id'
)
Lineage · alpheya_agent.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.