table.create() does not respect the projectId at the dataset level #1265
Labels
api: bigquery
Issues related to the googleapis/nodejs-bigquery API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
This is very similar to this issue which was raised about
createDataset
not supporting the supplying of aprojectId
.Now that issue has been fixed ( thank you! ), when trying to use that with
table.create()
you get an error:For example, lets say we have the following code:
gcloud config:
The error thrown is:
The text was updated successfully, but these errors were encountered: