We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e99b79 commit b78dcf7Copy full SHA for b78dcf7
macros/supporting/string_to_timestamp.sql
@@ -26,4 +26,3 @@
26
{%- macro redshift__string_to_timestamp(format, timestamp) -%}
27
CAST(TO_TIMESTAMP('{{ timestamp }}', '{{ format }}') AS {{ datavault4dbt.timestamp_default_dtype() }})
28
{%- endmacro -%}
29
-
0 commit comments