| Actor | Fragment | Worker | State |
|---|---|---|---|
| 53432 | 2319 | 3 | running |
| 53765 | 2317 | 3 | running |
| 53766 | 2317 | 3 | running |
| 53767 | 2318 | 3 | running |
| 53768 | 2320 | 3 | running |
| 53769 | 2320 | 3 | running |
CREATE TABLE asset_service.intraday_foreign_exchange_rates_ft ( source_currency_code VARCHAR, target_currency_code VARCHAR, value_timestamp TIMESTAMPTZ, rate DECIMAL, as_of_timestamp TIMESTAMPTZ, is_forward_filled BOOLEAN, PRIMARY KEY (source_currency_code, target_currency_code, as_of_timestamp), WATERMARK FOR value_timestamp AS value_timestamp - INTERVAL '5 MINUTES' WITH TTL ) WITH ( snapshot='true' ) FROM asset_service.asset_service_source TABLE 'public.intraday_foreign_exchange_rates_ft'