| Actor | Fragment | Worker | State |
|---|---|---|---|
| 745255 | 64838 | 51 | running |
| 745256 | 64838 | 51 | running |
| 748160 | 64837 | 51 | running |
| 748161 | 64837 | 51 | running |
CREATE SINK insights.holding_values_sink AS SELECT * FROM insights.holding_values_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='holding_values_ft', schema='insights', type='upsert', force_compaction='true', primary_key='account_id,asset_id,dim_value_date,type', sink_rate_limit=0, snapshot='false' )