Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing(bigquery/storage/managedwriter): dynamic schema test fixes #10318

Merged
merged 6 commits into from
Jul 22, 2024

Conversation

shollyman
Copy link
Contributor

This PR changes the dynamic schema testing to look more like a realistic example. Rather than build schemas from a reference bigquery.Schema, we use the GetWriteStream method to fetch schema for a stream, and build the necessary descriptor / descriptorproto based on the RPC.

This PR changes the dynamic schema testing to look more like a realistic
example.  Rather than build schemas from a reference bigquery.Schema, we
use the GetWriteStream method to fetch schema for a stream, and build
the necessary descriptor / descriptorproto based on the RPC.
@shollyman shollyman requested review from a team as code owners June 4, 2024 21:24
@shollyman shollyman requested a review from GaoleMeng June 4, 2024 21:24
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the BigQuery API. label Jun 4, 2024
@shollyman shollyman requested review from alvarowolfx and removed request for GaoleMeng June 4, 2024 23:06
go.work.sum Outdated Show resolved Hide resolved
@shollyman shollyman added the automerge Merge the pull request once unit tests and other checks pass. label Jul 22, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit 6195782 into googleapis:main Jul 22, 2024
8 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jul 22, 2024
eliben pushed a commit to eliben/google-cloud-go that referenced this pull request Jul 23, 2024
…oogleapis#10318)

This PR changes the dynamic schema testing to look more like a realistic example.  Rather than build schemas from a reference bigquery.Schema, we use the GetWriteStream method to fetch schema for a stream, and build the necessary descriptor / descriptorproto based on the RPC.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants