| Actor | Fragment | Worker | State |
|---|---|---|---|
| 32914 | 12636 | 33 | running |
| 32915 | 12636 | 33 | running |
| 33812 | 12637 | 33 | running |
| 33813 | 12637 | 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='platform-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' )