| Actor | Fragment | Worker | State |
|---|---|---|---|
| 33489 | 12615 | 33 | running |
| 33490 | 12615 | 33 | running |
| 34076 | 12614 | 33 | running |
| 34077 | 12614 | 33 | running |
CREATE SINK insights.party_to_account_groups_sink AS SELECT * FROM insights.party_to_account_groups_sink__rwm_shim WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='platform-insights-db', table='party_to_account_groups_dm', schema='insights', type='upsert', force_compaction='true', primary_key='party_id,type', sink_rate_limit=0, snapshot='false' )