| Actor | Fragment | Worker | State |
|---|---|---|---|
| 737608 | 56725 | 51 | running |
| 737609 | 56725 | 51 | running |
| 737612 | 56726 | 51 | running |
| 737613 | 56726 | 51 | running |
| 737614 | 56727 | 51 | running |
| 737615 | 56727 | 51 | running |
| 737616 | 56728 | 51 | running |
| 737617 | 56728 | 51 | running |
CREATE MATERIALIZED VIEW alinma_bff.marketplace_assets_mv AS SELECT a.id AS asset_id, COALESCE(a.ticker, '') AS ticker, a.name_en, a.name_ar, a.type AS asset_type, a.issue_currency_code AS currency_code, a.isin, p.price, p.price_date, p.price_change_pct_1d AS price_change_percent FROM asset_service.assets_dm AS a LEFT JOIN insights.asset_latest_price_mv AS p ON p.asset_id = a.id WHERE a.disabled_at IS NULL