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

chore(datacatalog): update README to reflect Beta launch status #10055

Merged
merged 2 commits into from
Jan 7, 2020
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
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following client libraries have **GA** support:

.. _Google Cloud Datastore: https://pypi.org/project/google-cloud-datastore/
.. _Datastore README: https://github.com/googleapis/google-cloud-python/tree/master/datastore
.. _Datastore Documentation: https://googleapis.dev/python/datastore/latest
.. _Datastore Documentation: https://googleapis.dev/python/datastore/latest

.. _Google Cloud KMS: https://pypi.org/project/google-cloud-kms/
.. _KMS README: https://github.com/googleapis/google-cloud-python/tree/master/kms
Expand Down Expand Up @@ -104,6 +104,7 @@ against beta libraries are addressed with a higher priority.
The following client libraries have **beta** support:

- `Google Cloud Billing Budgets`_ (`Billing Budgets README`_, `Billing Budgets Documentation`_)
- `Google Cloud Data Catalog`_ (`Data Catalog README`_, `Data Catalog Documentation`_)
- `Google Cloud Firestore`_ (`Firestore README`_, `Firestore Documentation`_)
- `Google Cloud Video Intelligence`_ (`Video Intelligence README`_, `Video Intelligence Documentation`_)
- `Google Cloud Vision`_ (`Vision README`_, `Vision Documentation`_)
Expand All @@ -112,6 +113,10 @@ The following client libraries have **beta** support:
.. _Billing Budgets README: https://github.com/googleapis/google-cloud-python/tree/master/billingbudgets
.. _Billing Budgets Documentation: https://googleapis.dev/python/billingbudgets/latest

.. _Google Cloud Data Catalog: https://pypi.org/project/google-cloud-datacatalog/
.. _Data Catalog README: https://github.com/googleapis/google-cloud-python/tree/master/datacatalog
.. _Data Catalog Documentation: https://googleapis.dev/python/datacatalog/latest

.. _Google Cloud Firestore: https://pypi.org/project/google-cloud-firestore/
.. _Firestore README: https://github.com/googleapis/google-cloud-python/tree/master/firestore
.. _Firestore Documentation: https://googleapis.dev/python/firestore/latest
Expand Down
2 changes: 1 addition & 1 deletion datacatalog/.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/data-catalog",
"client_documentation": "https://googleapis.dev/python/datacatalog/latest",
"issue_tracker": "",
"release_level": "alpha",
"release_level": "beta",
"language": "python",
"repo": "googleapis/google-cloud-python",
"distribution_name": "google-cloud-datacatalog",
Expand Down
4 changes: 2 additions & 2 deletions datacatalog/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Python Client for Google Cloud Data Catalog API (`Alpha`_)
Python Client for Google Cloud Data Catalog API (`Beta`_)
==========================================================


Expand All @@ -10,7 +10,7 @@ include: Entries (Data Catalog representation of a cloud resource).
- `Client Library Documentation`_
- `Product Documentation`_

.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
.. _Beta: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
.. _Google Cloud Data Catalog API: https://cloud.google.com/data-catalog
.. _Client Library Documentation: https://googleapis.dev/python/datacatalog/latest
.. _Product Documentation: https://cloud.google.com/data-catalog
Expand Down
2 changes: 1 addition & 1 deletion datacatalog/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 3 - Alpha"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
Expand Down