Skip to content

chore: enable generation for google-cloud-dataplex#16723

Merged
parthea merged 1 commit intogoogleapis:mainfrom
jskeet:regenerate-dataplex
Apr 20, 2026
Merged

chore: enable generation for google-cloud-dataplex#16723
parthea merged 1 commit intogoogleapis:mainfrom
jskeet:regenerate-dataplex

Conversation

@jskeet
Copy link
Copy Markdown
Contributor

@jskeet jskeet commented Apr 20, 2026

No description provided.

@jskeet jskeet requested a review from parthea April 20, 2026 14:22
@jskeet jskeet requested a review from a team as a code owner April 20, 2026 14:22
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the google-cloud-dataplex package by enabling library generation in librarian.yaml, updating the issue tracker URL in .repo-metadata.json, and adjusting JSON indentation. In noxfile.py, the -W flag was removed from the sphinx-build command; the reviewer recommends restoring this flag to ensure documentation warnings continue to be treated as errors for consistency and quality.

session.run(
"sphinx-build",
"-W", # warnings as errors
"-T", # show full traceback on exception
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The -W flag (warnings as errors) was removed from the sphinx-build command. This flag ensures that any documentation warnings are treated as errors, which is crucial for maintaining documentation quality in CI. Please restore this flag to maintain consistency across the repository.

Suggested change
"-T", # show full traceback on exception
"-W", # warnings as errors
"-T", # show full traceback on exception
References
  1. Changes to shared configurations, like mypy flags, should be applied consistently across all relevant packages in a dedicated, universal change rather than piecemeal in individual pull requests.

@parthea parthea merged commit 4db394b into googleapis:main Apr 20, 2026
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants