| Actor | Fragment | Worker | State |
|---|---|---|---|
| 738522 | 62308 | 51 | running |
| 738523 | 62308 | 51 | running |
| 741502 | 62307 | 51 | running |
| 741503 | 62307 | 51 | 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='alinma-int-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' )