Skip to content

Commit

Permalink
fix(warehouse): snowflake default timestamp to timestamp with time zo…
Browse files Browse the repository at this point in the history
…ne (#3100)
  • Loading branch information
achettyiitr committed Mar 15, 2023
1 parent 0eeaeb5 commit cef4a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warehouse/integrations/snowflake/snowflake.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var dataTypesMap = map[string]string{
"bigint": "number",
"float": "double precision",
"string": "varchar",
"datetime": "timestamp",
"datetime": "timestamp_tz",
"json": "variant",
}

Expand Down

0 comments on commit cef4a18

Please sign in to comment.