-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Destination Redshift: Adopt CDK changes for airbyte_meta
#35981
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fb9bc6d
to
81e28c1
Compare
cb2b5cc
to
434460e
Compare
b91227c
to
e8933ad
Compare
5535781
to
9b70387
Compare
fb325ab
to
c1e2f16
Compare
d4fcf7a
to
3f2f246
Compare
c1e2f16
to
6d8d44b
Compare
3f2f246
to
6a9d78f
Compare
6a9d78f
to
1b495b4
Compare
1b495b4
to
e2cf3fd
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. |
61166ad
to
41d9330
Compare
2e8687f
to
f478f00
Compare
f478f00
to
37acfc0
Compare
6d29cad
to
cb2f682
Compare
37acfc0
to
86a4081
Compare
cb2f682
to
0154bbc
Compare
86a4081
to
1834fb1
Compare
1834fb1
to
434c35c
Compare
4ab6072
to
cda0ef9
Compare
Summary ======= Associated changes in fixtures and tests V1V2 migration to add meta column too.
cda0ef9
to
3dd5a28
Compare
Standard inserts run with pre-release: https://cloud.airbyte.com/workspaces/b61bc266-ef3c-460c-af2f-f70da4a2993c/connections/4e5476f3-79d6-4541-810a-4666f4e156c0/job-history#9315990::0 Staging inserts run with pre-release: https://cloud.airbyte.com/workspaces/b61bc266-ef3c-460c-af2f-f70da4a2993c/connections/e1e1f841-ca63-4524-9c87-9da81f928a79/job-history#9320375::0 |
Plumbing of
_airbyte_meta
in Raw tables.Preserve the meta information received from upstream in T+D insert.
Updated tests with new
AirbyteRecordMessageMeta
format and mixed cases with old syncs and new syncs.Note that, as part of this change, We have to mute the BaseV1V2 migrator to account for columns with and without meta to avoid a complete rebuild of the raw table. Instead we run another migration with an additive nullable column using
ALTER TABLE
statement on raw table.