Skip to content

Commit

Permalink
Do I really have to cast this?
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes committed Nov 27, 2022
1 parent 50f0ab6 commit 21e2c0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
select
1 as col1,
2 as col2,
cast({{ dbt.dateadd('hour', -23, dbt.current_timestamp()) }} as {{ dbt.type_timestamp() }}) as created_at
{{ dbt.dateadd('hour', -23, dbt.current_timestamp()) }} as created_at

0 comments on commit 21e2c0d

Please sign in to comment.