| Actor | Fragment | Worker | State |
|---|---|---|---|
| 739870 | 62323 | 51 | running |
| 739871 | 62323 | 51 | running |
| 741540 | 62322 | 51 | running |
| 741541 | 62322 | 51 | running |
CREATE SINK insights.flow_by_sector_sink AS SELECT * FROM insights.flow_by_sector_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_group_transactions_by_sectors_ft', schema='insights', type='upsert', force_compaction='true', primary_key='account_group_id,dim_transaction_date,sector_label_id,type', sink_rate_limit=0, snapshot='false' )