| Actor | Fragment | Worker | State |
|---|---|---|---|
| 736954 | 51933 | 51 | running |
| 736955 | 51933 | 51 | running |
CREATE SINK alinma_bff.team_to_clients_sink AS SELECT team_id, client_id, updated_at FROM authz.team_to_clients_mv WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='alinma-int-advisor-portal-bff', table='team_to_clients', schema='advisor_portal_bff', type='upsert', force_compaction='true', primary_key='team_id,client_id' )