| Actor | Fragment | Worker | State |
|---|---|---|---|
| 96712 | 5291 | 26 | running |
| 96713 | 5291 | 26 | running |
| 96714 | 5292 | 26 | running |
| 96715 | 5292 | 26 | 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='adib-qa-insights-db', table='account_to_portfolios_dm', schema='insights', type='upsert', force_compaction='true', primary_key='account_id,portfolio_id' )