Skip to content

Commit b78dcf7

Browse files
authored
update string_to_timestamp.sql
1 parent 8e99b79 commit b78dcf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

macros/supporting/string_to_timestamp.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@
2626
{%- macro redshift__string_to_timestamp(format, timestamp) -%}
2727
CAST(TO_TIMESTAMP('{{ timestamp }}', '{{ format }}') AS {{ datavault4dbt.timestamp_default_dtype() }})
2828
{%- endmacro -%}
29-

0 commit comments

Comments
 (0)