| Actor | Fragment | Worker | State |
|---|---|---|---|
| 156687 | 12416 | 33 | running |
| 156688 | 12416 | 33 | running |
| 156733 | 12417 | 33 | running |
| 156734 | 12417 | 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='ai-hub-int-insights-db', table='account_to_portfolios_dm', schema='insights', type='upsert', force_compaction='true', primary_key='account_id,portfolio_id' )