| Actor | Fragment | Worker | State |
|---|---|---|---|
| 158396 | 19292 | 33 | running |
| 158397 | 19292 | 33 | running |
CREATE SINK ai_hub_bff.team_to_accounts_sink AS SELECT * FROM authz.team_to_accounts_mv WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='ai-hub-int-ai-agent-hub-bff', table='team_to_accounts', schema='advisor_portal_bff', type='upsert', force_compaction='true', primary_key='team_id,account_id', sink_rate_limit=0, snapshot='false' )