Hi,
There is custom attribute named "Service ID" on our entitlement object.
According to SQL script in entitlement collector, below rows' service id should be null.
We don't understand why entitlement collector does not nullify previously collected data.
Note that we are able to see correct result when we execute the script directly in database.
If you are seeing NULL value on Raw data but some other value on the actual entitlement/app role, you have hit some bug with the delta processing part. While a jira should be filed for that (there might be some fixed already), use you can use below query to set the collector for full refresh (adjust collector name if required and commit update). Rerunning the collector after that should fix your data.
update t_data_collectors set requires_full_refresh = 'B' where name = 'ENT_COL_DATABASE_EBS'