| Actor | Fragment | Worker | State |
|---|---|---|---|
| 157433 | 19404 | 33 | running |
| 157434 | 19404 | 33 | running |
CREATE MATERIALIZED VIEW alpheya_agent.fx_rates_eod_mv AS SELECT fx.date AS rate_date, fx.source_currency_code AS base_currency, fx.target_currency_code AS quote_currency, fx.rate FROM asset_service.foreign_exchange_rates_eod_ft AS fx WHERE fx.source_currency_code = 'USD'