| Actor | Fragment | Worker | State |
|---|---|---|---|
| 54473 | 2701 | 3 | running |
| 54474 | 2701 | 3 | running |
CREATE SINK insights.user_to_account_groups_sink AS SELECT user_id, account_group_id, type FROM insights.user_to_account_groups_mv WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='adib-int-insights-db', table='user_to_account_groups_dm', schema='insights', type='upsert', force_compaction='true', primary_key='user_id,type' )