Skip to content

feat: add bigquery execution project params#2670

Open
xxntti3n wants to merge 5 commits into
sodadata:mainfrom
xxntti3n:main
Open

feat: add bigquery execution project params#2670
xxntti3n wants to merge 5 commits into
sodadata:mainfrom
xxntti3n:main

Conversation

@xxntti3n
Copy link
Copy Markdown

@xxntti3n xxntti3n commented Apr 23, 2026

Add execution_project parameter to BigQuery data source to
support separate billing projects for query execution.

Motivation

When running data quality checks against multiple BigQuery
projects, organizations often want to:

  • Centralize query costs to a single billing project
  • Track Soda Core costs separately from data project costs
  • Use a service account with billing access in a central
    project

Add execution_project to BigQueryConnectionProperties to specify a separate billing project for query execution.
feat(bigquery): add bigquery execution_project parameter
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 23, 2026

CLA assistant check
All committers have signed the CLA.

@sonarqubecloud
Copy link
Copy Markdown

@xxntti3n
Copy link
Copy Markdown
Author

xxntti3n commented May 4, 2026

Hi @m1n0
I've added a new execution_project parameter to the BigQuery connection properties. This is useful when your authentication project and query execution/billing project are different.
Let me know if you'd like me to adjust the tone or add more details!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants