Skip to content

fix(bigquery): separate auth project_id from destination project_id in Client#4171

Open
AnnasMazhar wants to merge 1 commit into
dlt-hub:develfrom
AnnasMazhar:fix/bigquery-distinct-projects
Open

fix(bigquery): separate auth project_id from destination project_id in Client#4171
AnnasMazhar wants to merge 1 commit into
dlt-hub:develfrom
AnnasMazhar:fix/bigquery-distinct-projects

Conversation

@AnnasMazhar

Copy link
Copy Markdown
Contributor

When a BigQuery destination uses separate auth credentials (e.g. service account from project A to write to project B), the client initialization conflates both into a single project_id parameter, causing 404 Not Found errors.

This fix ensures the auth and destination project IDs are passed independently to the BigQuery client, matching the documented multi-project setup.

Closes #4160

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.

Fix support for distinct auth/billing and destination projects in BigQuery

2 participants