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

← cluster adib_rm objects holding_breaks_sink
Overview Objects Graph History
sink · adib_rm.holding_breaks_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
120031 25038 26 running
120032 25038 26 running
sql · adib_rm.holding_breaks_sink — click to expand
CREATE SINK adib_rm.holding_breaks_sink AS
SELECT
  break_id,
  source_system,
  business_date,
  break_type,
  severity,
  status,
  account_id,
  asset_id,
  order_id,
  file_id,
  row_ordinal,
  expected,
  actual,
  detected_at,
  resolved_at,
  resolution_note,
  resolved_by
FROM adib_rm.holding_breaks_mv
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_breaks',
  type='upsert',
  force_compaction='true',
  primary_key='break_id'
)
Lineage · adib_rm.holding_breaks_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.