| Actor | Fragment | Worker | State |
|---|---|---|---|
| 112090 | 24239 | 26 | running |
| 112091 | 24239 | 26 | running |
| 112092 | 24238 | 26 | running |
| 112093 | 24238 | 26 | 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='adib-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' )