| Actor | Fragment | Worker | State |
|---|---|---|---|
| 100264 | 17692 | 26 | running |
| 100265 | 17692 | 26 | running |
CREATE SINK search.team_to_clients_sink AS SELECT team_id, client_id, updated_at FROM authz.team_to_clients_mv WITH ( connector='postgres', host='search-service-db-cluster-rw.adib-int.svc.cluster.local', port='5432', user='search_service', password='***', database='paradedb', table='team_to_clients', schema='search', type='upsert', force_compaction='true', primary_key='team_id,client_id' )