Skip to content

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Dec 27, 2025

This PR contains the following updates:

Package Type Update Change
google.golang.org/api require minor v0.257.0 -> v0.258.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

googleapis/google-api-go-client (google.golang.org/api)

v0.258.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - "before 3am on Saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Automatically merge once required checks pass label Dec 27, 2025
@cq-bot
Copy link
Contributor Author

cq-bot commented Dec 27, 2025

ℹ Artifact update notice

File name: plugins/destination/bigquery/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 -> v0.0.0-20251213004720-97cd9d5aeac2

@cq-bot
Copy link
Contributor Author

cq-bot commented Dec 27, 2025

/gen sha=474445d9522e3df0cac098c47dfc1959f7692e69 dir=plugins/destination/bigquery

@erezrokah erezrokah requested a review from a team as a code owner December 29, 2025 10:10
@erezrokah erezrokah requested a review from stoovon December 29, 2025 10:10
}
if len(s.ServiceAccountKeyJSON) != 0 {
opts = append(opts, option.WithCredentialsJSON([]byte(s.ServiceAccountKeyJSON)))
opts = append(opts, option.WithAuthCredentialsJSON(option.ServiceAccount, []byte(s.ServiceAccountKeyJSON)))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created a new service account and ran a sync to test this change

option.WithUserAgent(fmt.Sprintf("CloudQuery_BigQuery_Destination/%s (GPN:%s)", internalPlugin.Version, cloudQueryGPN)),
}
if len(s.ServiceAccountKeyJSON) != 0 {
opts = append(opts, option.WithCredentialsJSON([]byte(s.ServiceAccountKeyJSON)))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deprecated

@kodiakhq kodiakhq bot merged commit de34e84 into main Dec 29, 2025
15 checks passed
@kodiakhq kodiakhq bot deleted the renovate/bigquery-google-golang-modules branch December 29, 2025 10:15
kodiakhq bot pushed a commit that referenced this pull request Jan 8, 2026
🤖 I have created a release *beep* *boop*
---


## [4.6.4](plugins-destination-bigquery-v4.6.3...plugins-destination-bigquery-v4.6.4) (2026-01-08)


### Bug Fixes

* **deps:** Update module github.com/cloudquery/codegen to v0.3.34 ([#21776](#21776)) ([44fad18](44fad18))
* **deps:** Update module github.com/cloudquery/codegen to v0.3.35 ([#21798](#21798)) ([451444f](451444f))
* **deps:** Update module google.golang.org/api to v0.258.0 ([#21755](#21755)) ([de34e84](de34e84))

---
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/bigquery automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants