| Actor | Fragment | Worker | State |
|---|---|---|---|
| 745790 | 64843 | 51 | running |
| 745791 | 64843 | 51 | running |
| 748212 | 64842 | 51 | running |
| 748213 | 64842 | 51 | running |
CREATE SINK alinma_bff.notes_sink AS SELECT * FROM alinma_bff.notes_mv 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='notes', schema='advisor_portal_bff', type='upsert', force_compaction='true', primary_key='id', sink_rate_limit=0, snapshot='false' )