| Actor | Fragment | Worker | State |
|---|---|---|---|
| 744083 | 64820 | 51 | running |
| 744084 | 64820 | 51 | running |
CREATE SINK search.team_to_parties_sink AS SELECT * FROM authz.team_to_parties_mv WITH ( connector='postgres', host='search-service-db-cluster-rw.alinma-qa.svc.cluster.local.', port='5432', user='search_service', password='***', database='paradedb', table='team_to_parties', schema='search', type='upsert', force_compaction='true', primary_key='team_id,party_id', sink_rate_limit=0, snapshot='false' )