Skip to content

Commit 4db394b

Browse files
authored
chore: enable generation for google-cloud-dataplex (#16723)
1 parent 39c50ca commit 4db394b

3 files changed

Lines changed: 14 additions & 16 deletions

File tree

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,6 @@ libraries:
16771677
keep:
16781678
- CHANGELOG.md
16791679
- docs/CHANGELOG.md
1680-
skip_generate: true
16811680
python:
16821681
product_documentation_override: https://cloud.google.com/dataplex
16831682
metadata_name_override: dataplex
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"api_description": "provides intelligent data fabric that enables organizations to centrally manage, monitor, and govern their data across data lakes, data warehouses, and data marts with consistent controls, providing access to trusted data and powering analytics at scale.",
3-
"api_id": "dataplex.googleapis.com",
4-
"api_shortname": "dataplex",
5-
"client_documentation": "https://cloud.google.com/python/docs/reference/dataplex/latest",
6-
"default_version": "v1",
7-
"distribution_name": "google-cloud-dataplex",
8-
"issue_tracker": "",
9-
"language": "python",
10-
"library_type": "GAPIC_AUTO",
11-
"name": "dataplex",
12-
"name_pretty": "Cloud Dataplex",
13-
"product_documentation": "https://cloud.google.com/dataplex",
14-
"release_level": "stable",
15-
"repo": "googleapis/google-cloud-python"
2+
"api_description": "provides intelligent data fabric that enables organizations to centrally manage, monitor, and govern their data across data lakes, data warehouses, and data marts with consistent controls, providing access to trusted data and powering analytics at scale.",
3+
"api_id": "dataplex.googleapis.com",
4+
"api_shortname": "dataplex",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/dataplex/latest",
6+
"default_version": "v1",
7+
"distribution_name": "google-cloud-dataplex",
8+
"issue_tracker": "https://issuetracker.google.com/issues/new?component=1155079\u0026template=1656695",
9+
"language": "python",
10+
"library_type": "GAPIC_AUTO",
11+
"name": "dataplex",
12+
"name_pretty": "Cloud Dataplex",
13+
"product_documentation": "https://cloud.google.com/dataplex",
14+
"release_level": "stable",
15+
"repo": "googleapis/google-cloud-python"
1616
}

packages/google-cloud-dataplex/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ def docs(session):
390390
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
391391
session.run(
392392
"sphinx-build",
393-
"-W", # warnings as errors
394393
"-T", # show full traceback on exception
395394
"-N", # no colors
396395
"-b",

0 commit comments

Comments
 (0)