Skip to content

Commit

Permalink
Add support for Redshift random function (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
clausherther authored Jul 11, 2021
1 parent 7e82e7a commit e4f04a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions macros/math/rand.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@

{%- endmacro -%}

{% macro redshift__rand() %}

random()

{%- endmacro -%}

0 comments on commit e4f04a5

Please sign in to comment.