| Actor | Fragment | Worker | State |
|---|---|---|---|
| 738638 | 62310 | 51 | running |
| 738639 | 62310 | 51 | running |
| 741528 | 62309 | 51 | running |
| 741529 | 62309 | 51 | 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='alinma-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' )