We have one requirement/issue, the data is getting ingested from DB2, MSSQL with Fivetran/HVR and DBT to snowflake as a target. Some source applications has UTC timezone already, but target (snowflake) has pacific timezone due to source and target tables are not in time SYNC. Earlier we thought to change the snowflake timezone account parameter to UTC but seems there are few questions as below before the changes.
- If we change timezone parameter at account level to UTC, how to SYNC existing tables columns with UTC timezone.
- What need to be done at source end to SYNC the time as UTC and match with snowflake timezone.
- We can see in existing tables which are alrady ingessted has some columns names as below, do we really need to make changes, if we change timezone at snowflake ? INSERT_TIMESTAMP - Column name TIMESTAMP_NTZ(6) - Type(value), HVR_CHANGE_TIME - Column name TIMESTAMP_TZ(3) - Type(value), CHANGE_DATE - Column name TIMESTAMP_NTZ(6) - Type(value).