| Actor | Fragment | Worker | State |
|---|---|---|---|
| 112054 | 24221 | 26 | running |
| 112055 | 24221 | 26 | running |
| 112056 | 24220 | 26 | running |
| 112057 | 24220 | 26 | 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='adib-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' )