Skip to content

fix(csharp): Change to BigQueryClient so that it uses BillingProject when creating jobs#130

Merged
birschick-bq merged 2 commits intoadbc-drivers:mainfrom
alokdevrani:alokdeorani/FixBillingProject
Mar 6, 2026
Merged

fix(csharp): Change to BigQueryClient so that it uses BillingProject when creating jobs#130
birschick-bq merged 2 commits intoadbc-drivers:mainfrom
alokdevrani:alokdeorani/FixBillingProject

Conversation

@alokdevrani
Copy link
Copy Markdown
Contributor

Project ID is the one which is by default used for project's resources the client will interact with by default when you run queries or manage tables.
This is not being correctly set as of now and uses discovery method to by default pick the first one that came when exploring projects. Discovery method should be default if Billing Project is not provided.

Copy link
Copy Markdown
Collaborator

@birschick-bq birschick-bq left a comment

Choose a reason for hiding this comment

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

Looks good. Small optional suggestion

@birschick-bq birschick-bq changed the title fix(csharp/src/Drivers/BigQuery): Change to BigQueryClient so that it uses BillingProject when creating jobs fix(csharp/src/BigQuery): Change to BigQueryClient so that it uses BillingProject when creating jobs Mar 5, 2026
@birschick-bq birschick-bq changed the title fix(csharp/src/BigQuery): Change to BigQueryClient so that it uses BillingProject when creating jobs fix(csharp): Change to BigQueryClient so that it uses BillingProject when creating jobs Mar 5, 2026
@birschick-bq birschick-bq merged commit 6a94543 into adbc-drivers:main Mar 6, 2026
2 of 4 checks passed
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.

4 participants