Skip to content

Commit 95e9a38

Browse files
committed
Fix varchar problem in snowflake
1 parent 6f3e3fe commit 95e9a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/alerts/re_data_schema_changes.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
'detected_time'
155155
]) }} as {{ string_type() }} ) as id,
156156
table_name,
157-
operation,
157+
cast (operation as {{ string_type() }}) as operation,
158158
column_name,
159159
data_type,
160160
is_nullable,

0 commit comments

Comments
 (0)