| Actor | Fragment | Worker | State |
|---|---|---|---|
| 743009 | 64810 | 51 | running |
| 743010 | 64810 | 51 | running |
| 748180 | 64809 | 51 | running |
| 748181 | 64809 | 51 | running |
CREATE SINK insights.benchmark_values_by_sector_sink AS SELECT * FROM insights.benchmark_values_by_sector_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='benchmark_values_by_sectors_ft', schema='insights', type='upsert', force_compaction='true', primary_key='benchmark_id,fact_date,sector_label_id', sink_rate_limit=0, snapshot='false' )