Validate Ids before DataRules. (#1622)
Validate Ids before DataRules. The DataRule validators call FindDefs with the assumption that they definitions being looked at can be found. This may not be true if we have not validated identifiers first. This CL flips the IdPass and DataRulesPass to fix this issue.
Loading
Please register or sign in to comment