Destination bigquery: upgrade cdk - #35315
Merged
Gireesh Sreepathi (gisripa) merged 10 commits intoMar 4, 2024
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This was referenced Feb 15, 2024
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. Join Edward Gao (@edgao) and the rest of your teammates on |
Contributor
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,
|
Edward Gao (edgao)
marked this pull request as ready for review
February 15, 2024 00:18
Edward Gao (edgao)
marked this pull request as draft
February 15, 2024 15:28
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone_bigquery
branch
from
February 15, 2024 15:29
5c1421f to
76bc3be
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone
branch
from
February 21, 2024 00:28
3829bea to
bbe9cde
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone_bigquery
branch
2 times, most recently
from
February 21, 2024 16:11
dbf54d6 to
7ff3c33
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone
branch
from
February 21, 2024 16:11
bbe9cde to
9f7d650
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone_bigquery
branch
from
February 21, 2024 20:34
7ff3c33 to
bcabf0c
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone
branch
from
February 21, 2024 20:34
9f7d650 to
863ef4a
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone_bigquery
branch
from
February 21, 2024 20:45
bcabf0c to
dd5100a
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone
branch
from
February 21, 2024 20:45
863ef4a to
74528dc
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone_bigquery
branch
from
February 21, 2024 21:32
dd5100a to
f095f49
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone
branch
from
February 21, 2024 21:32
74528dc to
eaad0b5
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone_bigquery
branch
from
February 21, 2024 21:42
f095f49 to
c352217
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone
branch
from
February 21, 2024 21:43
eaad0b5 to
9e0fabb
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone_bigquery
branch
from
February 21, 2024 21:44
c352217 to
c4b5368
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone
branch
from
February 22, 2024 23:26
1a73b86 to
68b2fff
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone_bigquery
branch
from
February 22, 2024 23:44
e06e166 to
936cf1b
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone
branch
from
February 22, 2024 23:45
68b2fff to
cc85121
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone_bigquery
branch
2 times, most recently
from
February 23, 2024 00:54
327f2c7 to
5667569
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone
branch
from
February 23, 2024 00:55
cc85121 to
d692960
Compare
Edward Gao (edgao)
force-pushed
the
edgao/staging_csv_timestamp_timezone_bigquery
branch
from
February 23, 2024 17:14
5667569 to
4bc6385
Compare
This was referenced Feb 23, 2024
Signed-off-by: Gireesh Sreepathi <gisripa@gmail.com>
Gireesh Sreepathi (gisripa)
approved these changes
Mar 4, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

incorporates changes from Gireesh Sreepathi (@gisripa) 's #35342 as well as all the stacked CDK PRs.
from #35342 - move all of the schema change-detection code from sqlgenerator into destinationhandler. Also split out a BigqueryDestinationHandlerTest (unit test) class from the preexisting BigquerySqlGeneratorTest.
as noted in code comments - bigquery doesn't like frequent small updates on tables, so not implementing a true state table.