| Actor | Fragment | Worker | State |
|---|---|---|---|
| 743749 | 64808 | 51 | running |
| 743750 | 64808 | 51 | running |
| 748188 | 64807 | 51 | running |
| 748189 | 64807 | 51 | 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='alinma-qa-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' )