| Actor | Fragment | Worker | State |
|---|---|---|---|
| 54669 | 2804 | 3 | running |
| 54670 | 2804 | 3 | running |
| 54671 | 2805 | 3 | running |
| 54672 | 2805 | 3 | running |
CREATE SINK insights.party_to_account_groups_sink AS SELECT m.party_id, m.account_group_id, m.type FROM insights.party_to_account_groups_mv AS m WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='adib-int-insights-db', table='party_to_account_groups_dm', schema='insights', type='upsert', force_compaction='true', primary_key='party_id,type' )