-
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
Destination bigquery: pull in cdk update for refreshes bugfix #42504
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
d59f5d8
to
3d9cf10
Compare
9eb5cfc
to
cea9896
Compare
3d9cf10
to
341ae0d
Compare
8a53e44
to
3922cf7
Compare
cea9896
to
deec8a0
Compare
deec8a0
to
84a849b
Compare
3922cf7
to
b9bf10d
Compare
84a849b
to
bf40a10
Compare
b9bf10d
to
087b55b
Compare
bf40a10
to
6d39d04
Compare
087b55b
to
7fdef81
Compare
6d39d04
to
cefde10
Compare
7fdef81
to
ad24e27
Compare
cefde10
to
8853128
Compare
ad24e27
to
1d5f768
Compare
8853128
to
1d826e0
Compare
...bigquery/src/main/kotlin/io/airbyte/integrations/destination/bigquery/BigQueryDestination.kt
Outdated
Show resolved
Hide resolved
d266507
to
5c35ee7
Compare
19305f5
to
23a01c7
Compare
5c35ee7
to
823d610
Compare
realized that (a) bigquery doesn't have coverage on generation ID migration on an overwrite stream, and (b) there's probably a bug in how we handle that migration (discovered during snowflake+redshift implementation) copying over redshift's overwrite test case + fixing the bug. |
a6ef76a
to
da301df
Compare
da301df
to
ae4ddcf
Compare
23a01c7
to
5fb7304
Compare
4496d75
to
c1a4857
Compare
5fb7304
to
95ac402
Compare
c1a4857
to
27fd278
Compare
7270022
to
840e346
Compare
27fd278
to
3cf24d5
Compare
mostly just updates to make it compile against latest CDK. The big thing is adding the ability to fetch the generation ID of the final table in BQDestinationHandler.