Skip to content

Commit 21e2c0d

Browse files
committed
Do I really have to cast this?
1 parent 50f0ab6 commit 21e2c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
select
22
1 as col1,
33
2 as col2,
4-
cast({{ dbt.dateadd('hour', -23, dbt.current_timestamp()) }} as {{ dbt.type_timestamp() }}) as created_at
4+
{{ dbt.dateadd('hour', -23, dbt.current_timestamp()) }} as created_at

0 commit comments

Comments
 (0)