Skip to content

Commit

Permalink
Postgres also have an alternative concat binary operation (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheDuong authored Apr 5, 2021
1 parent c304881 commit dd7e24c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions macros/cross_db_utils/concat.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
{% endmacro %}


{% macro postgres__concat(fields) %}
{{ dbt_utils.alternative_concat(fields) }}
{% endmacro %}


{% macro redshift__concat(fields) %}
{{ dbt_utils.alternative_concat(fields) }}
{% endmacro %}
Expand Down

0 comments on commit dd7e24c

Please sign in to comment.