Field in UNION Schema missing from Profile_Snapshot
Hi, I am having a field which is present in the Union schema and it has values for a number of records. I can see it all right in the profile:

in Union Schema:

But if I run this query on the profile snapshot:
SELECT to_json(_myTenantName)
FROM profile_snapshot_export_66aefd28_7113_489a_a40f_b7fa9efe34e5 AS p
WHERE p._deloittellpcanada.partyIdentifier.CID= '111613'
I get this - no SuppressionID_List:

Any idea why is that and how can I get all fields into the Profile Snapshot?