fix(postgres-spec)!: Move batch_size from the plugin spec to the top level spec#6091
Merged
erezrokah merged 9 commits intocloudquery:mainfrom Dec 29, 2022
Merged
Conversation
candiduslynx
approved these changes
Dec 28, 2022
cc5360c to
3f52d5f
Compare
d63c5d6 to
a3f155b
Compare
hermanschaaf
approved these changes
Dec 29, 2022
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
erezrokah
pushed a commit
that referenced
this pull request
Dec 29, 2022
🤖 I have created a release *beep* *boop* --- ## [2.0.0](plugins-destination-postgresql-v1.10.2...plugins-destination-postgresql-v2.0.0) (2022-12-29) ### ⚠ BREAKING CHANGES * **postgres-spec:** Move `batch_size` from the plugin spec to the top level spec ([#6091](#6091)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.16.0 ([#6098](#6098)) ([7bacdf3](7bacdf3)) * **postgres-spec:** Move `batch_size` from the plugin spec to the top level spec ([#6091](#6091)) ([c504423](c504423)) --- 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
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.