From 34bd40d4c42f551be393e65ef66e3783e4a167bb Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 1 Jun 2026 14:52:09 -0400 Subject: [PATCH 1/3] chore: skip bigquery and bigtable release --- librarian.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/librarian.yaml b/librarian.yaml index c4b06a413bb1..ad02d9ad5ff5 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -510,6 +510,7 @@ libraries: default_version: v1beta - name: google-cloud-bigquery version: 3.41.0 + skip_release: true python: library_type: GAPIC_COMBO metadata_name_override: bigquery @@ -607,6 +608,7 @@ libraries: apis: - path: google/bigtable/v2 - path: google/bigtable/admin/v2 + skip_release: true python: library_type: GAPIC_COMBO opt_args_by_api: From 0bbfe63c54f49ea0013d306d2d1079ad9aa3f6ee Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 1 Jun 2026 18:56:27 +0000 Subject: [PATCH 2/3] legacy librarian exclusion --- .librarian/config.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.librarian/config.yaml b/.librarian/config.yaml index 8bdbf69da797..80b773af3e8b 100644 --- a/.librarian/config.yaml +++ b/.librarian/config.yaml @@ -15,7 +15,7 @@ global_files_allowlist: libraries: # libraries have "release_blocked: true" so that releases are # explicitly initiated. - # TODO(https://github.com/googleapis/google-cloud-python/issues/16489): + # TODO(https://github.com/googleapis/google-cloud-python/issues/ 16489): # Allow releases for bigframes once the bug above is fixed. - id: "bigframes" release_blocked: true @@ -35,4 +35,11 @@ libraries: # Allow releases for sqlalchemy-bigquery once the bug above is fixed. - id: "sqlalchemy-bigquery" release_blocked: true + # TODO(https://github.com/googleapis/google-cloud-python/issues/17327) + - id: "google-cloud-bigquery" + release_blocked: true + # TODO(https://github.com/googleapis/google-cloud-python/issues/17327) + - id: "google-cloud-bigtable" + release_blocked: true + From b707ad5a2767091be225edf46024fb761bc77e96 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 1 Jun 2026 19:07:46 +0000 Subject: [PATCH 3/3] Revert unnecessary spaces --- .librarian/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.librarian/config.yaml b/.librarian/config.yaml index 80b773af3e8b..af751c2626d9 100644 --- a/.librarian/config.yaml +++ b/.librarian/config.yaml @@ -15,7 +15,7 @@ global_files_allowlist: libraries: # libraries have "release_blocked: true" so that releases are # explicitly initiated. - # TODO(https://github.com/googleapis/google-cloud-python/issues/ 16489): + # TODO(https://github.com/googleapis/google-cloud-python/issues/16489): # Allow releases for bigframes once the bug above is fixed. - id: "bigframes" release_blocked: true