RWM Console cluster: risingwave-ai-hub-int.ai-hub-rwm.svc.cluster.local

← cluster alpheya_agent objects portfolios_sink
Overview Objects Graph History
sink · alpheya_agent.portfolios_sink Explain plan ▶
Parallelism
2
Actors
2 / 2
running
Distribution
HASH
Rows
State size
Created
2026-08-22 10:27
Initialized
2026-08-22 10:27
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
156691 19394 33 running
156692 19394 33 running
sql · alpheya_agent.portfolios_sink — click to expand
CREATE SINK alpheya_agent.portfolios_sink AS
SELECT
  portfolio_id,
  number,
  name,
  base_currency_code,
  service_type_id,
  status_label_id,
  opening_date,
  closing_date,
  created_at,
  created_at AS updated_at
FROM olap.portfolios_dm
WHERE
  disabled_at IS NULL
WITH (
  connector='postgres',
  host='psql-nonprod-uae-derived.postgres.database.azure.com',
  port='6432',
  user='migration_user',
  password='***',
  database='ai-hub-int-alpheya-agent',
  table='portfolios',
  schema='derived',
  type='upsert',
  force_compaction='true',
  primary_key='portfolio_id'
)
Lineage · alpheya_agent.portfolios_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.