| Actor | Fragment | Worker | State |
|---|---|---|---|
| 54188 | 2569 | 3 | running |
| 54189 | 2569 | 3 | running |
CREATE SINK insights.benchmark_values_by_currency_sink AS SELECT benchmark_id, fact_date, currency_code, weight FROM insights.benchmark_values_by_currency_mv 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_currencies_ft', schema='insights', type='upsert', force_compaction='true', primary_key='benchmark_id,fact_date,currency_code' )