Skip to content

Commit 9f87381

Browse files
authored
Merge pull request #56 from flexanalytics/fix/redshift-type-string
add redshift string type
2 parents 01ea63e + 21642ae commit 9f87381

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

macros/type_helpers.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
string
7979
{% endmacro %}
8080

81+
{% macro redshift__type_string() %}
82+
varchar(65535)
83+
{% endmacro %}
84+
8185
{% macro snowflake__type_string() %}
8286
varchar(16777216)
8387
{% endmacro %}

0 commit comments

Comments
 (0)