Skip to content

docs: Documentation and samples updates#1677

Open
nj1973 wants to merge 6 commits intodevelopfrom
1676-doc-and-sample-updates
Open

docs: Documentation and samples updates#1677
nj1973 wants to merge 6 commits intodevelopfrom
1676-doc-and-sample-updates

Conversation

@nj1973
Copy link
Collaborator

@nj1973 nj1973 commented Feb 20, 2026

Description of changes

Just fixing a missing documentation entry and a few sample file issues.

Issues to be closed

Checklist

  • I have followed the CONTRIBUTING Guide.
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated any relevant documentation to reflect my changes, if applicable
  • I have added unit and/or integration tests relevant to my change as needed
  • I have already checked locally that all unit tests and linting are passing (use the tests/local_check.sh script)
  • I have manually executed end-to-end testing (E2E) with the affected databases/engines

@nj1973
Copy link
Collaborator Author

nj1973 commented Feb 20, 2026

/gcbrun

[
"client_project_id",
"(Optional) BigQuery job/billing project (can differ from data project)",
"(Optional) BigQuery compute/billing project (can differ from data project)",
Copy link
Collaborator

Choose a reason for hiding this comment

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

We should call this the 'quota project id'. The compute/slots will still be billed to the project specified by --project-id. Could reference this in the docs - https://docs.cloud.google.com/docs/quotas/quota-project

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

But this project_id is also used to define the client here:

Which I believe ensures compute is assigned to that project too.

This allows users to have their billing/compute in a different project to the one that houses the data.

Or did I misunderstand how this works?

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BigQuery connection option --client-project-id is missing from docs Fix mistakes in sample SQL Server Dockerfile

2 participants