Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Reference Table in Another Project #527

@scottfr

Description

@scottfr

I would like to stream inserts to a table that is a separate project than my application code. My application project has IAM access to the tables in the project where I would like to do the inserts.

Unfortunately, it does not appear there is anyway to specify a table in a different project.

The syntax to stream inserts to a table in your current project is:

bigquery.dataset('warehouse').table('events').insert(insertedRows)

Would it be possible to add syntax like the following:

bigquery.project('other-project').dataset('warehouse').table('events').insert(insertedRows)

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/nodejs-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions