| Actor | Fragment | Worker | State |
|---|---|---|---|
| 99628 | 23250 | 26 | running |
| 99629 | 23250 | 26 | running |
CREATE SINK adib_rm.settlement_orders_sink AS SELECT * FROM adib_rm.settlement_orders_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='settlement_orders', type='upsert', force_compaction='true', primary_key='order_id', sink_rate_limit=0, snapshot='false' )