We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01ea63e + 21642ae commit 9f87381Copy full SHA for 9f87381
1 file changed
macros/type_helpers.sql
@@ -78,6 +78,10 @@
78
string
79
{% endmacro %}
80
81
+{% macro redshift__type_string() %}
82
+ varchar(65535)
83
+{% endmacro %}
84
+
85
{% macro snowflake__type_string() %}
86
varchar(16777216)
87
0 commit comments