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. Join Edward Gao (@edgao) and the rest of your teammates on |
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.
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
b274ff7 to
75cc1f1
Compare
96252de to
da07c10
Compare
75cc1f1 to
73f7fe4
Compare
a12202f to
51c992b
Compare
51c992b to
e944acd
Compare
291e039 to
e074811
Compare
5022d37 to
d8ce2d2
Compare
e074811 to
51d3784
Compare
d8ce2d2 to
d158042
Compare
|
/publish-java-cdk
|

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.