| Actor | Fragment | Worker | State |
|---|---|---|---|
| 747869 | 64926 | 51 | running |
| 747870 | 64926 | 51 | running |
CREATE SINK alinma_bff.opportunity_resources_sink AS SELECT * FROM alinma_bff.opportunity_resources_sink__rwm_shim WITH ( connector='postgres', host='psql-nonprod-uae-derived.postgres.database.azure.com', port='6432', user='migration_user', password='***', database='alinma-qa-advisor-portal-bff', table='opportunity_resources', schema='advisor_portal_bff', type='upsert', force_compaction='true', primary_key='opportunity_id,resource_id,fact_date', sink_rate_limit=0, snapshot='false' )