feat: Support service account keys in BigQuery destination#5508
Merged
kodiakhq[bot] merged 4 commits intomainfrom Dec 8, 2022
Merged
feat: Support service account keys in BigQuery destination#5508kodiakhq[bot] merged 4 commits intomainfrom
kodiakhq[bot] merged 4 commits intomainfrom
Conversation
erezrokah
approved these changes
Dec 8, 2022
…oudquery/cloudquery into bigquery-support-service-account-keys
kodiakhq bot
pushed a commit
that referenced
this pull request
Dec 8, 2022
🤖 I have created a release *beep* *boop* --- ## [1.1.0](plugins-destination-bigquery-v1.0.1...plugins-destination-bigquery-v1.1.0) (2022-12-08) ### Features * Support service account keys in BigQuery destination ([#5508](#5508)) ([5059ecc](5059ecc)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.11.1 ([#5458](#5458)) ([58b7432](58b7432)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.11.2 ([#5497](#5497)) ([c1876cf](c1876cf)) --- 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.
This adds support for service account keys to the BigQuery destination, similar to what we have in the GCP source plugin. This allows for using different accounts for the source and destination plugins, which can be useful in some scenarios.
Closes #5509