| Actor | Fragment | Worker | State |
|---|---|---|---|
| 160169 | 19325 | 33 | running |
| 160170 | 19325 | 33 | running |
| 161106 | 19324 | 33 | running |
| 161107 | 19324 | 33 | running |
CREATE SINK insights.flow_summary_sink AS SELECT * FROM insights.flow_summary_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_group_transactions_summary_ft', schema='insights', type='upsert', force_compaction='true', primary_key='account_group_id,dim_transaction_date,type', sink_rate_limit=0, snapshot='false' )