| Actor | Fragment | Worker | State |
|---|---|---|---|
| 53970 | 2395 | 3 | running |
| 53971 | 2395 | 3 | running |
| 53972 | 2396 | 3 | running |
| 53973 | 2396 | 3 | 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-int-insights-db', table='account_to_portfolios_dm', schema='insights', type='upsert', force_compaction='true', primary_key='account_id,portfolio_id' )