| Actor | Fragment | Worker | State |
|---|---|---|---|
| 747238 | 64888 | 51 | running |
| 747239 | 64888 | 51 | running |
| 748244 | 64887 | 51 | running |
| 748245 | 64887 | 51 | running |
CREATE SINK insights.pnl_summary_sink AS SELECT * FROM insights.pnl_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_gain_loss_ft', schema='insights', type='upsert', force_compaction='true', primary_key='account_group_id,dim_balance_date,type', sink_rate_limit=0, snapshot='false' )