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

Commit 2600532

Browse files
authored
fix: missing export BigQueryWriteClient (#754)
* (fix): add export for BigQueryWriteClient * Update __init__.py
1 parent 0d2c013 commit 2600532

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

google/cloud/bigquery_storage_v1/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ class BigQueryWriteClient(client.BigQueryWriteClient):
3838
"types",
3939
# google.cloud.bigquery_storage_v1.client
4040
"BigQueryReadClient",
41+
"BigQueryWriteClient",
4142
)

0 commit comments

Comments
 (0)