-
Notifications
You must be signed in to change notification settings - Fork 547
feat: Document new parquet options #18919
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
Merged
Merged
Conversation
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
bd79d96 to
3743fdb
Compare
murarustefaan
approved these changes
Aug 13, 2024
This was referenced Aug 13, 2024
kodiakhq bot
pushed a commit
that referenced
this pull request
Aug 13, 2024
🤖 I have created a release *beep* *boop* --- ## [7.4.0](plugins-destination-s3-v7.3.5...plugins-destination-s3-v7.4.0) (2024-08-13) ### Features * Document new parquet options ([#18919](#18919)) ([2432c58](2432c58)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.3.0 ([#18917](#18917)) ([727ed92](727ed92)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.59.0 ([#18881](#18881)) ([8f7667f](8f7667f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot
pushed a commit
that referenced
this pull request
Aug 13, 2024
🤖 I have created a release *beep* *boop* --- ## [5.2.0](plugins-destination-file-v5.1.10...plugins-destination-file-v5.2.0) (2024-08-13) ### Features * Document new parquet options ([#18919](#18919)) ([2432c58](2432c58)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.3.0 ([#18917](#18917)) ([727ed92](727ed92)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.59.0 ([#18881](#18881)) ([8f7667f](8f7667f)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.60.0 ([#18922](#18922)) ([7626636](7626636)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot
pushed a commit
that referenced
this pull request
Aug 13, 2024
🤖 I have created a release *beep* *boop* --- ## [4.2.0](plugins-destination-azblob-v4.1.10...plugins-destination-azblob-v4.2.0) (2024-08-13) ### Features * Document new parquet options ([#18919](#18919)) ([2432c58](2432c58)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.3.0 ([#18917](#18917)) ([727ed92](727ed92)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.59.0 ([#18881](#18881)) ([8f7667f](8f7667f)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.60.0 ([#18922](#18922)) ([7626636](7626636)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot
pushed a commit
that referenced
this pull request
Aug 13, 2024
🤖 I have created a release *beep* *boop* --- ## [5.1.0](plugins-destination-kafka-v5.0.9...plugins-destination-kafka-v5.1.0) (2024-08-13) ### Features * Document new parquet options ([#18919](#18919)) ([2432c58](2432c58)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.3.0 ([#18917](#18917)) ([727ed92](727ed92)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.59.0 ([#18881](#18881)) ([8f7667f](8f7667f)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.60.0 ([#18922](#18922)) ([7626636](7626636)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot
pushed a commit
that referenced
this pull request
Aug 13, 2024
🤖 I have created a release *beep* *boop* --- ## [5.2.0](plugins-destination-gcs-v5.1.9...plugins-destination-gcs-v5.2.0) (2024-08-13) ### Features * Document new parquet options ([#18919](#18919)) ([2432c58](2432c58)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.3.0 ([#18917](#18917)) ([727ed92](727ed92)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.59.0 ([#18881](#18881)) ([8f7667f](8f7667f)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.60.0 ([#18922](#18922)) ([7626636](7626636)) * **deps:** Update module google.golang.org/api to v0.191.0 ([#18908](#18908)) ([0a7c959](0a7c959)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/plugin/destination/azblob
area/plugin/destination/file
area/plugin/destination/gcs
area/plugin/destination/kafka
area/plugin/destination/s3
automerge
Automatically merge once required checks pass
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
Fixes https://github.com/cloudquery/cloudquery-issues/issues/2106.
Documents the new Parquet options added via #18917 and cloudquery/filetypes#567