Skip to content

Commit e071b9c

Browse files
chore: delete owlbot.py (#88)
* chore: delete owlbot.py * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b3e3540 commit e071b9c

4 files changed

Lines changed: 15 additions & 60 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3-
digest: sha256:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b
3+
digest: sha256:3728d8fd14daa46a96d04ce61c6451a3ac864dc48fb71eecbb4411f4a95618d4

packages/google-cloud-dataproc-metastore/docs/index.rst

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,33 @@
22

33
.. include:: multiprocessing.rst
44

5-
This package includes clients for multiple versions of the Dataproc Metastore
6-
API. By default, you will get ``v1``, the latest version.
5+
This package includes clients for multiple versions of Dataproc Metastore.
6+
By default, you will get version ``metastore_v1``.
77

8-
v1 API Reference
9-
--------------------
8+
9+
API Reference
10+
-------------
1011
.. toctree::
1112
:maxdepth: 2
1213

1314
metastore_v1/services
1415
metastore_v1/types
1516

16-
v1beta API Reference
17-
--------------------
17+
API Reference
18+
-------------
1819
.. toctree::
1920
:maxdepth: 2
2021

21-
metastore_v1beta/services
22-
metastore_v1beta/types
22+
metastore_v1alpha/services
23+
metastore_v1alpha/types
2324

24-
v1alpha API Reference
25-
---------------------
25+
API Reference
26+
-------------
2627
.. toctree::
2728
:maxdepth: 2
2829

29-
metastore_v1alpha/services
30-
metastore_v1alpha/types
30+
metastore_v1beta/services
31+
metastore_v1beta/types
3132

3233
Changelog
3334
---------

packages/google-cloud-dataproc-metastore/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def cover(session):
175175
test runs (not system test runs), and then erases coverage data.
176176
"""
177177
session.install("coverage", "pytest-cov")
178-
session.run("coverage", "report", "--show-missing", "--fail-under=98")
178+
session.run("coverage", "report", "--show-missing", "--fail-under=100")
179179

180180
session.run("coverage", "erase")
181181

packages/google-cloud-dataproc-metastore/owlbot.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)