fix(bigquery-spec)!: Move batch_size from the plugin spec to the top level spec#6092
Merged
fix(bigquery-spec)!: Move batch_size from the plugin spec to the top level spec#6092
batch_size from the plugin spec to the top level spec#6092Conversation
candiduslynx
approved these changes
Dec 28, 2022
a56f42b to
0770447
Compare
18b29a9 to
4774a95
Compare
hermanschaaf
approved these changes
Dec 29, 2022
disq
approved these changes
Dec 29, 2022
erezrokah
added a commit
that referenced
this pull request
Dec 29, 2022
…p level spec (#6091) <!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 --> #### Summary **Not the same** as #6092. The Postgres plugin doesn't use managed batching so its configuration still works. However since it's available via the top level spec we should use that one for consistency in our docs. <!-- Use the following steps to ensure your PR is ready to be reviewed - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md) 🧑🎓 - [ ] Test locally on your own infrastructure - [ ] Run `go fmt` to format your code 🖊 - [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation)) - [ ] Update or add tests 🧪 - [ ] Ensure the status checks below are successful ✅ --->
erezrokah
pushed a commit
that referenced
this pull request
Dec 29, 2022
🤖 I have created a release *beep* *boop* --- ## [2.0.0](plugins-destination-bigquery-v1.3.2...plugins-destination-bigquery-v2.0.0) (2022-12-29) ### ⚠ BREAKING CHANGES * **bigquery-spec:** Move `batch_size` from the plugin spec to the top level spec ([#6092](#6092)) ### Bug Fixes * **bigquery-spec:** Move `batch_size` from the plugin spec to the top level spec ([#6092](#6092)) ([a1d706e](a1d706e)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.16.0 ([#6098](#6098)) ([7bacdf3](7bacdf3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.
Summary
Same as #6090 not from a fork so tests can pass.
Fixes #6070
With the SDK level batching the configuration that "takes" is now at the top spec level. Setting
batch_sizeat the plugin level has no impact