| Actor | Fragment | Worker | State |
|---|---|---|---|
| 53910 | 2408 | 3 | running |
| 53911 | 2408 | 3 | running |
CREATE SINK insights.benchmark_values_by_asset_sink AS SELECT benchmark_id, fact_date, asset_id, weight FROM olap.basket_index_benchmark_constituents_ft WHERE disabled_at IS NULL 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_values_by_assets_ft', schema='insights', type='upsert', force_compaction='true', primary_key='benchmark_id,fact_date,asset_id' )