| Actor | Fragment | Worker | State |
|---|---|---|---|
| 736009 | 51582 | 51 | running |
| 736010 | 51582 | 51 | running |
| 736028 | 51583 | 51 | running |
| 736029 | 51583 | 51 | 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='alinma-int-insights-db', table='account_to_portfolios_dm', schema='insights', type='upsert', force_compaction='true', primary_key='account_id,portfolio_id' )