You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using snowflake as data warehouse, dbt version as 1.7.3 with snowflake plugin version as 1.7.1
I need to store timestamp data in various formats and data-types liKkeVARCHAR, TIMESTAMP_TZ, TIMESTAMP.NTZ) as a datatype of TIMESTAMP_TZ with timezone in the form of UTC with offset of +0000
Please let me know the feasibility of the my requirement.
In dbt-date, we cast the result of convert_timezone to whatever data type dbt.type_timestamp() returns on the platform, which on Snowflake is timestamp_ntz.
Result I got
I was using dbt_date.convert_timezone() which result an outcome with timestamp without time zone offset in the form of timestamp_ntz
Result I am looking for
I am looking to get the outcome in the form of timestamp_tz with time zone offset
I have tried every possible things which I could do. But nothing was working
Please let me know any other possible ways
The text was updated successfully, but these errors were encountered: