Skip to content

Commit d233d7f

Browse files
999999333Michael Myaskovsky
authored andcommitted
fix string datatype
1 parent ca7e656 commit d233d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/utils/data_types/data_type.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
{% endmacro %}
6565

6666
{% macro fabric__edr_type_string() %}
67-
{% do return("varchar") %}
67+
{% do return("varchar(4096)") %}
6868
{% endmacro %}
6969

7070

0 commit comments

Comments
 (0)