| Actor | Fragment | Worker | State |
|---|---|---|---|
| 737133 | 52057 | 51 | running |
| 737134 | 52057 | 51 | running |
CREATE SINK insights.benchmark_twrr_sink AS SELECT benchmark_id, fact_date, daily_subperiod_return FROM insights.benchmark_twrr_mv WHERE NOT daily_subperiod_return IS NULL WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='alinma-int-insights-db', table='benchmark_twrr_metrics_ft', schema='insights', type='upsert', force_compaction='true', primary_key='benchmark_id,fact_date' )