Skip to content

Commit 28ea5d4

Browse files
authored
chore: update bom table readme to exclude bigtable-stats (#6410)
Bigtable-stats is not published to c.g.c as its not meant for external usage, so excluding it from the table.
1 parent d714bb7 commit 28ea5d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libraries-bom-table-generation/javaModulesMetadata.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# TODO:@alicejli Remove this file once Maven Central is updated with product links/name
2-
# https://github.com/googleapis/java-cloud-bom/issues/6098
31
# This file was created by a one-time scrape of each module's .repo-metdata.json file
2+
# TODO: Create script to update this on an ongoing basis: https://github.com/googleapis/java-cloud-bom/issues/6409
43
google-analytics-admin: https://developers.google.com/analytics, Analytics Admin
54
google-analytics-data: https://developers.google.com/analytics/trusted-testing/analytics-data,
65
Analytics Data

libraries-bom-table-generation/updateREADMETable.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ def run_maven_flatten_clean():
6363
'google-cloud-core-grpc',
6464
'google-cloud-core-http',
6565
'google-cloud-firestore-admin',
66-
'google-cloud-spanner-executor'
66+
'google-cloud-spanner-executor',
67+
'google-cloud-bigtable-stats' #exclude per https://github.com/googleapis/java-bigtable/blob/v2.32.0/pom.xml#L334
6768
]
6869
regex_modules_to_skip = "(" + ")|(".join(modules_to_skip) + ")"
6970

0 commit comments

Comments
 (0)