-
Notifications
You must be signed in to change notification settings - Fork 544
feat(deps): Update BigQuery plugin-sdk to v1.39.0 #8230
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
|
Looks good but seems tests still fail, is it because of the timeout? I would prefer the delay instead of failing the tests |
I'm taking another look, there might be an additional issue regarding comparison order similar to cloudquery/plugin-sdk#565 and cloudquery/plugin-sdk#561 |
9b0c257 to
997f04e
Compare
997f04e to
a876057
Compare
|
Looks like the tests are now failing @erezrokah: |
Yeah, I think I'll either need to increase the wait time or use an emulator. It's already quite slow to test, so I'll try the emulator |
|
Tried the emulator but ran into goccy/bigquery-emulator#150 |
|
I'll give the test delay one more go. If it doesn't work we'll have to disable some of the tests otherwise they will take too long |
021984d to
0cff5ed
Compare
|
Decided to skip the migrate test for now |
0f5042f to
425ccad
Compare
a7561d6 to
de2abb2
Compare
🤖 I have created a release *beep* *boop* --- ## [2.2.0](plugins-destination-bigquery-v2.1.7...plugins-destination-bigquery-v2.2.0) (2023-02-22) ### Features * **deps:** Update BigQuery plugin-sdk to v1.39.0 ([#8230](#8230)) ([295bc90](295bc90)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary
Extracted from #8156.
The new SDK adds a new test:
BiqQuery can have a few minutes delay until the schema is updated, so the new test fails when validating the new data (the data is missing the new column).
This PR adds a test configuration to wait additional time for schema propagation. Another option is to skip the test