| Actor | Fragment | Worker | State |
|---|---|---|---|
| 157452 | 19411 | 33 | running |
| 157453 | 19411 | 33 | running |
CREATE SINK alpheya_agent.fx_rates_eod_sink AS SELECT rate_date, base_currency, quote_currency, rate FROM alpheya_agent.fx_rates_eod_mv WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='ai-hub-int-alpheya-agent', table='fx_rates_eod', schema='derived', type='upsert', force_compaction='true', primary_key='rate_date,base_currency,quote_currency' )