| Actor | Fragment | Worker | State |
|---|---|---|---|
| 158398 | 19291 | 33 | running |
| 158399 | 19291 | 33 | running |
CREATE SINK search.team_to_accounts_sink AS SELECT * FROM authz.team_to_accounts_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_accounts', schema='search', type='upsert', force_compaction='true', primary_key='team_id,account_id', sink_rate_limit=0, snapshot='false' )