Closed lewish closed 4 years ago
For example, formatting the following file:
select when regexp_contains(value, r'ABCDEF$') then 'ABCDEF'
Results in:
select when regexp_contains(value, r'ABCDEF) then 'ABCDEF') then 3512592308a6428d
The issue appears to be the $ in the regexp, as it works if you remove this.
dup of https://github.com/dataform-co/dataform-web-tracking/issues/247
For example, formatting the following file:
Results in:
The issue appears to be the $ in the regexp, as it works if you remove this.