| Actor | Fragment | Worker | State |
|---|---|---|---|
| 157514 | 12613 | 33 | running |
| 157515 | 12613 | 33 | running |
CREATE SINK search.team_to_parties_sink AS SELECT team_id, party_id, updated_at FROM authz.team_to_parties_mv WITH ( connector='postgres', host='search-service-db-cluster-rw.ai-hub-int.svc.cluster.local', port='5432', user='ai_dev_db_user', password='***', database='paradedb', table='team_to_parties', schema='search', type='upsert', force_compaction='true', primary_key='team_id,party_id' )