Skip to content

Commit

Permalink
update string_to_timestamp.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
tkiehn authored Aug 26, 2024
1 parent 8e99b79 commit b78dcf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macros/supporting/string_to_timestamp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@
{%- macro redshift__string_to_timestamp(format, timestamp) -%}
CAST(TO_TIMESTAMP('{{ timestamp }}', '{{ format }}') AS {{ datavault4dbt.timestamp_default_dtype() }})
{%- endmacro -%}

0 comments on commit b78dcf7

Please sign in to comment.