| Actor | Fragment | Worker | State |
|---|---|---|---|
| 159107 | 19298 | 33 | running |
| 159108 | 19298 | 33 | running |
| 160956 | 19297 | 33 | running |
| 160957 | 19297 | 33 | running |
CREATE SINK insights.account_to_account_groups_sink AS SELECT * FROM insights.account_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='ai-hub-int-insights-db', table='account_to_account_groups_dm', schema='insights', type='upsert', force_compaction='true', primary_key='account_id,account_group_id,effective_start_date', sink_rate_limit=0, snapshot='false' )