| Actor | Fragment | Worker | State |
|---|---|---|---|
| 747461 | 64913 | 51 | running |
| 747462 | 64913 | 51 | running |
CREATE SINK alinma_bff.marketplace_exposure_by_asset_sink AS SELECT * FROM alinma_bff.marketplace_exposure_by_asset_mv WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='alinma-qa-advisor-portal-bff', schema='advisor_portal_bff', table='marketplace_exposure_by_asset', type='upsert', force_compaction='true', primary_key='account_group_id,asset_id', sink_rate_limit=0, snapshot='false' )