| Actor | Fragment | Worker | State |
|---|---|---|---|
| 744990 | 62956 | 51 | running |
| 744991 | 62956 | 51 | running |
CREATE SINK alinma_bff.team_to_parties_sink AS SELECT team_id, party_id, updated_at FROM authz.team_to_parties_mv AS team_to_parties_mv_next WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='alinma-qa-advisor-portal-bff', table='team_to_parties', schema='advisor_portal_bff', type='upsert', force_compaction='true', primary_key='team_id,party_id' )