🐛 Source Snowflake: Timestamps coerced to UTC and lose the original timezone offsets #31568
Closed
1 task
Labels
area/connectors
Connector related issues
autoteam
connectors/source/snowflake
needs-triage
team/db-dw-sources
Backlog for Database and Data Warehouse Sources team
type/bug
Something isn't working
Connector Name
source-snowflake
Connector Version
0.2.1
What step the error happened?
None
Relevant information
The Snowflake Source connector uses a timestamp conversion that loses the original offset because
Timestamp
andgetTimestamp()
are not offset-aware:airbyte/airbyte-integrations/connectors/source-snowflake/src/main/java/io.airbyte.integrations.source.snowflake/SnowflakeSourceOperations.java
Lines 125 to 129 in ba48460
The base implementation looks correct, so this might be as easy as deleting Snowflake's override of the base implementation:
More context from: #29072 (comment)
Additional context here (internal link):
https://airbytehq-team.slack.com/archives/C046LMDDY6N/p1697506520126359?thread_ts=1695064900.052369&cid=C046LMDDY6N
Relevant log output
No response
Contribute
The text was updated successfully, but these errors were encountered: