| Actor | Fragment | Worker | State |
|---|---|---|---|
| 747076 | 64857 | 51 | running |
| 747077 | 64857 | 51 | running |
| 748230 | 64856 | 51 | running |
| 748231 | 64856 | 51 | 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='alinma-qa-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' )