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: update bom table readme to exclude bigtable-stats #6410

Merged
merged 5 commits into from
Feb 1, 2024
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
3 changes: 1 addition & 2 deletions libraries-bom-table-generation/javaModulesMetadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# TODO:@alicejli Remove this file once Maven Central is updated with product links/name
# https://github.com/googleapis/java-cloud-bom/issues/6098
# This file was created by a one-time scrape of each module's .repo-metdata.json file
# TODO: Create script to update this on an ongoing basis: https://github.com/googleapis/java-cloud-bom/issues/6409
google-analytics-admin: https://developers.google.com/analytics, Analytics Admin
google-analytics-data: https://developers.google.com/analytics/trusted-testing/analytics-data,
Analytics Data
Expand Down
3 changes: 2 additions & 1 deletion libraries-bom-table-generation/updateREADMETable.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ def run_maven_flatten_clean():
'google-cloud-core-grpc',
'google-cloud-core-http',
'google-cloud-firestore-admin',
'google-cloud-spanner-executor'
'google-cloud-spanner-executor',
'google-cloud-bigtable-stats' #exclude per https://github.com/googleapis/java-bigtable/blob/v2.32.0/pom.xml#L334
]
regex_modules_to_skip = "(" + ")|(".join(modules_to_skip) + ")"

Expand Down
Loading