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

← cluster insights objects private_asset_valuations_sink
Overview Objects Graph History
sink · insights.private_asset_valuations_sink
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
State size
Created
2026-06-30 21:48
Initialized
2026-06-30 21:47
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
54447 2695 3 running
54448 2695 3 running
54449 2696 3 running
54450 2696 3 running
sql · insights.private_asset_valuations_sink — click to expand
CREATE SINK insights.private_asset_valuations_sink AS
SELECT
  asset_id,
  fact_date,
  market_value_currency,
  value_system_currency,
  cost_system_currency
FROM insights.private_asset_valuations_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_valuations_ft',
  schema='insights',
  type='upsert',
  force_compaction='true',
  primary_key='asset_id,fact_date'
)
Lineage · insights.private_asset_valuations_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.