Skip to content

Commit

Permalink
Merge pull request #12 from goodeggs/add-de
Browse files Browse the repository at this point in the history
handle __de column suffix (double)
  • Loading branch information
jtcohen6 authored Jan 14, 2020
2 parents 9723020 + 686bef7 commit 06c0133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/coalesce_fields.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

{%- set col_split = col.column.split('__') -%}
{%- if col_split|length > 1 and col_split[-1]|lower in (
'fl','bl','st','it','bigint','string','double','boolean'
'de','fl','bl','st','it','bigint','string','double','boolean'
) -%}

{%- set status = 'guilty' -%}
Expand Down

0 comments on commit 06c0133

Please sign in to comment.