| Actor | Fragment | Worker | State |
|---|---|---|---|
| 99857 | 23261 | 26 | running |
| 99858 | 23261 | 26 | running |
| 101898 | 23260 | 26 | running |
| 101899 | 23260 | 26 | running |
CREATE SINK insights.investment_accounts_ft_sink AS SELECT * FROM insights.investment_accounts_ft_sink__rwm_shim WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='adib-int-insights-db', table='investment_accounts_ft', schema='insights', type='upsert', force_compaction='true', primary_key='account_id,fact_date', sink_rate_limit=0, snapshot='false' )