Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

system tests expect public_samples_copy dataset but don't provision it #14

@shollyman

Description

@shollyman

tests/system/test_reader.py:

shakespeare_ref = bigquery_storage_v1beta1.types.TableReference()
shakespeare_ref.project_id = project_id
shakespeare_ref.dataset_id = "public_samples_copy"
shakespeare_ref.table_id = "shakespeare"

Clean this up, so we at least probe and setup. Due to setup time we should avoid full setup/teardown.

Metadata

Metadata

Labels

api: bigquerystorageIssues related to the googleapis/python-bigquery-storage API.samplesIssues that are directly related to samples.type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions