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

← cluster insights objects private_asset_holdings_sink
Overview Objects Graph History
sink · insights.private_asset_holdings_sink
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
State size
Created
2026-06-30 21:41
Initialized
2026-06-30 21:41
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
54184 2567 3 running
54185 2567 3 running
54186 2568 3 running
54187 2568 3 running
sql · insights.private_asset_holdings_sink — click to expand
CREATE SINK insights.private_asset_holdings_sink AS
SELECT
  portfolio_id,
  asset_id,
  name,
  local_name,
  category,
  ownership_percentage
FROM insights.private_asset_holdings_mv
WITH (
  connector='postgres',
  host='psql-nonprod-uae-derived.postgres.database.azure.com',
  port='6432',
  user='migration_user',
  password='***',
  database='adib-int-insights-db',
  table='private_asset_holdings_dm',
  schema='insights',
  type='upsert',
  force_compaction='true',
  primary_key='portfolio_id,asset_id'
)
Lineage · insights.private_asset_holdings_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.