| Actor | Fragment | Worker | State |
|---|---|---|---|
| 742926 | 64799 | 51 | running |
| 742927 | 64799 | 51 | running |
CREATE SINK insights.assets_sink AS SELECT * FROM insights.assets_sink__rwm_shim WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='alinma-qa-insights-db', table='assets_dm', schema='insights', type='upsert', force_compaction='true', primary_key='asset_id', sink_rate_limit=0, snapshot='false' )