Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/bigquery/docs/reference/storage/",
"client_documentation": "https://googleapis.dev/python/bigquerystorage/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559654",
"release_level": "beta",
"release_level": "ga",
"language": "python",
"repo": "googleapis/python-bigquery-storage",
"distribution_name": "google-cloud-bigquery-storage",
Expand Down
13 changes: 9 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
Python Client for BigQuery Storage API (`Beta`_)
=================================================

Python Client for BigQuery Storage API
======================================

|ga| |pypi| |versions|

`BigQuery Storage API`_:

- `Client Library Documentation`_
- `Product Documentation`_

.. _Beta: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
.. |ga| image:: https://img.shields.io/badge/support-GA-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-bigquery-storage.svg
:target: https://pypi.org/project/google-cloud-bigquery-storage/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-storage.svg
:target: https://pypi.org/project/google-cloud-bigquery-storage/
.. _BigQuery Storage API: https://cloud.google.com/bigquery/docs/reference/storage/
.. _Client Library Documentation: https://googleapis.dev/python/bigquerystorage/latest
.. _Product Documentation: https://cloud.google.com/bigquery/docs/reference/storage/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name = "google-cloud-bigquery-storage"
description = "BigQuery Storage API API client library"
version = "0.8.0"
release_status = "Development Status :: 4 - Beta"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
'enum34; python_version < "3.4"',
Expand Down