| Actor | Fragment | Worker | State |
|---|---|---|---|
| 740240 | 62350 | 51 | running |
| 740241 | 62350 | 51 | running |
CREATE SINK insights.twrr_by_currency_sink AS SELECT * FROM insights.twrr_by_currency_sink__rwm_shim WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='alinma-int-insights-db', table='account_group_twrr_metrics_by_currencies_ft', schema='insights', type='upsert', force_compaction='true', primary_key='account_group_id,dim_balance_date,holding_currency_code', sink_rate_limit=0, snapshot='false' )