| Actor | Fragment | Worker | State |
|---|---|---|---|
| 133946 | 26214 | 26 | running |
| 133947 | 26214 | 26 | running |
| 133948 | 26213 | 26 | running |
| 133949 | 26213 | 26 | 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='adib-qa-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' )