| Actor | Fragment | Worker | State |
|---|---|---|---|
| 99649 | 23252 | 26 | running |
| 99650 | 23252 | 26 | running |
| 101894 | 23251 | 26 | running |
| 101895 | 23251 | 26 | running |
CREATE SINK adib_rm.cash_holds_sink AS SELECT * FROM adib_rm.cash_holds_mv WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='adib-int-investor-adib-bff', schema='admin_portal_bff', table='cash_holds', type='upsert', force_compaction='true', primary_key='cash_hold_id', sink_rate_limit=0, snapshot='false' )