| Actor | Fragment | Worker | State |
|---|---|---|---|
| 112058 | 24223 | 26 | running |
| 112059 | 24223 | 26 | running |
| 112060 | 24222 | 26 | running |
| 112061 | 24222 | 26 | running |
CREATE SINK insights.benchmark_twrr_by_region_sink AS SELECT * FROM insights.benchmark_twrr_by_region_sink__rwm_shim WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='adib-int-insights-db', table='benchmark_twrr_metrics_by_regions_ft', schema='insights', type='upsert', force_compaction='true', primary_key='benchmark_id,fact_date,region_label_id', sink_rate_limit=0, snapshot='false' )