| Actor | Fragment | Worker | State |
|---|---|---|---|
| 134126 | 26304 | 26 | running |
| 134127 | 26304 | 26 | running |
| 134128 | 26303 | 26 | running |
| 134129 | 26303 | 26 | running |
CREATE SINK insights.pnl_by_asset_sink AS SELECT * FROM insights.pnl_by_asset_sink__rwm_shim WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='adib-qa-insights-db', table='account_group_gain_loss_by_assets_ft', schema='insights', type='upsert', force_compaction='true', primary_key='account_group_id,dim_balance_date,asset_id,type', sink_rate_limit=0, snapshot='false' )