| Actor | Fragment | Worker | State |
|---|---|---|---|
| 743623 | 64802 | 51 | running |
| 743624 | 64802 | 51 | running |
CREATE SINK insights.benchmark_values_by_currency_sink AS SELECT * 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='alinma-qa-insights-db', table='benchmark_values_by_currencies_ft', schema='insights', type='upsert', force_compaction='true', primary_key='benchmark_id,fact_date,currency_code', sink_rate_limit=0, snapshot='false' )