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.

System tests might be deleting all datasets inside our test project #176

@jkwlui

Description

@jkwlui

}
function deleteDatasets(callback) {
bigquery.getDatasets(
{
prefix: GCLOUD_TESTS_PREFIX,
},
function(err, datasets) {
if (err) {

There's no reference to prefix option to list datasets:
https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/list

And we're suspecting it is causing a test dataset in nodejs-dlp to be deleted, causing its nightly to fail:
googleapis/nodejs-dlp#52 (comment)

Metadata

Metadata

Labels

🚨This issue needs some love.api: bigqueryIssues related to the googleapis/nodejs-bigquery API.triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions