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

← cluster adib_rm objects holding_candidates_sink
Overview Objects Graph History
sink · adib_rm.holding_candidates_sink Explain plan ▶
Parallelism
2
Actors
2 / 2
running
Distribution
HASH
Rows
State size
Created
2026-08-26 08:16
Initialized
2026-08-26 08:16
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
119860 25025 26 running
119861 25025 26 running
sql · adib_rm.holding_candidates_sink — click to expand
CREATE SINK adib_rm.holding_candidates_sink AS
SELECT
  candidate_id,
  source_system,
  business_date,
  source_account_ref,
  source_asset_ref,
  account_id,
  asset_id,
  quantity,
  market_value,
  market_value_currency,
  average_cost_per_unit,
  source_revision,
  superseded_revision,
  reconciled_revision,
  updated_at
FROM olap.ibor_holding_candidates
WITH (
  connector='postgres',
  host='psql-nonprod-uae-derived.postgres.database.azure.com',
  port='6432',
  user='migration_user',
  password='***',
  database='adib-qa-investor-adib-bff',
  schema='admin_portal_bff',
  table='holding_candidates',
  type='upsert',
  force_compaction='true',
  primary_key='candidate_id'
)
Lineage · adib_rm.holding_candidates_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.