BigQuery: service.getDataset(DatasetId).get(String) does not find table in different project #1369
Labels
20% candidate
api: bigquery
Issues related to the googleapis/java-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.
Environment details
General, Core, and Other are also allowed as types
Steps to reproduce
BigQuery
service in projectA
getDataset
using aDatasetId
consisting of another project (eg, projectB
) and a valid dataset in that projectget
for a table ID of a table that exists in that project.Table
objectCode example
The text was updated successfully, but these errors were encountered: