| Actor | Fragment | Worker | State |
|---|---|---|---|
| 32735 | 10516 | 33 | running |
| 32736 | 10516 | 33 | running |
| 32745 | 10515 | 33 | running |
| 32746 | 10515 | 33 | running |
CREATE SINK insights.account_to_portfolios_sink AS SELECT account_id, portfolio_id FROM olap.account_to_portfolios_dm WHERE disabled_at IS NULL WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='platform-insights-db', table='account_to_portfolios_dm', schema='insights', type='upsert', force_compaction='true', primary_key='account_id,portfolio_id' )