Currently in BQ it is hard to join VMS position tables to country registry tables. Typically each VMS dataset has a unique SSVID though this may differ between each VMS system.
However the corresponding field in the registry table is not labeled SSVID. Thus rather than a simple
USING (ssvid)
join, the user must know what field is used as the SSVID for each specific VMS system and then join based that field.
Requiring this specific knowledge makes us more reliant on specific teammates who have this knowledge.