-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Destination Snowflake v2: doublecheck type mapping #29072
Comments
I think I would prefer to keep time-with-zone a timestamp-ish type, even if it is forced to UTC. Not having functions like |
we explicitly got dinged for remapping timestamp_tz to UTC for all records though :/ so I'm not actually sure what they want
maybe we could map airbyte type time_with_timestamp to snowflake type |
In slack, I gather that this might be a source problem, not a destination problem. If that's the case, we can go back to writing the right data type, and solve the timezone thing on the sources? |
@aaronsteers recently looked into this... I think things are OK. |
@evantahler - Thanks for pinging me here. I had not previously seen this issue. Regarding this point:
I confirmed there is a problem in the Snowflake Source: the base class implementation for the source looks fine, but the Snowflake subclass overrides it in a way that coerces all timezones to UTC.
Note: The fact that this exists in the Source doesn't necessarily mean there isn't also a problem in the destination. But it's safe to say that the simpler explanation to say this is a source problem at this point, not a destination. I will re-open if I find any other issue. |
couple things from https://docs.google.com/document/d/1DyI8-V0H8fisEowhnmfpfXXbAQqhsAbaGkkvcbRd2S8/edit#heading=h.f9wnipto58qj
The text was updated successfully, but these errors were encountered: