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

← cluster insights objects holding_values_sink
Overview Objects Graph History
sink · insights.holding_values_sink
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
State size
Created
2026-06-30 21:49
Initialized
2026-06-30 21:49
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
54567 2800 3 running
54568 2800 3 running
54569 2801 3 running
54570 2801 3 running
sql · insights.holding_values_sink — click to expand
CREATE SINK insights.holding_values_sink AS
SELECT
  account_id,
  asset_id,
  currency_code,
  dim_value_date,
  market_value,
  average_cost_per_unit,
  purchased_quantity,
  average_cost,
  type,
  fair_value,
  accrued_value,
  market_value_system_currency,
  fair_value_system_currency,
  accrued_value_system_currency,
  average_cost_per_unit_system_currency
FROM insights.holding_values_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='holding_values_ft',
  schema='insights',
  type='upsert',
  force_compaction='true',
  primary_key='account_id,asset_id,dim_value_date,type'
)
Lineage · insights.holding_values_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.