-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Java CDK: Staging destinations include timezone in extracted_at in CSV file #35313
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Before Merging a Connector Pull RequestWow! What a great pull request you have here! 🎉 To merge this PR, ensure the following has been done/considered for each connector added or updated:
If the checklist is complete, but the CI check is failing,
|
027b08c
to
45444b4
Compare
b7b4c3d
to
67f0f17
Compare
350f326
to
9b0bca9
Compare
2b95a13f-d54f-4370-a712-1c7bf2716190,"{""bar"":84}",%s\r | ||
""" | ||
f6767f7d-ce1e-45cc-92db-2ad3dfdd088e,"{""foo"":73}",1970-01-01T00:00:01.234Z\r | ||
2b95a13f-d54f-4370-a712-1c7bf2716190,"{""bar"":84}",1970-01-01T00:00:02.345Z\r |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note the Z offset suffix. Previously this was not present.
34a4fb3
to
fa52885
Compare
9f7d650
to
863ef4a
Compare
be41e16
to
b579660
Compare
74528dc
to
eaad0b5
Compare
3c448f8
to
9e3d10f
Compare
9e0fabb
to
d128fa1
Compare
51c992b
to
e944acd
Compare
291e039
to
e074811
Compare
5022d37
to
d8ce2d2
Compare
e074811
to
51d3784
Compare
d8ce2d2
to
d158042
Compare
51d3784
to
6e5f18b
Compare
6e5f18b
to
cb16961
Compare
/publish-java-cdk
|
…V file (#35313) Co-authored-by: Gireesh Sreepathi <[email protected]>
Modify how we write staging files, so that the extracted_at timestamp includes an offset. This fixes destination-snowflake writing extracted_at in local timezone instead of UTC. (see #35308 for the migration code.)
See stacked PRs for tests. I'm just relying on our T+D tests to catch any regressions, since they have assertions for extracted_at being correct.