| Actor | Fragment | Worker | State |
|---|---|---|---|
| 133940 | 26210 | 26 | running |
| 133941 | 26210 | 26 | running |
CREATE SINK insights.benchmark_twrr_by_asset_sink AS SELECT * FROM insights.benchmark_twrr_by_asset_mv WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='adib-qa-insights-db', table='benchmark_twrr_metrics_by_assets_ft', schema='insights', type='upsert', force_compaction='true', primary_key='benchmark_id,fact_date,asset_id', sink_rate_limit=0, snapshot='false' )