From 07edabd977e74b54c5484942d2588e2fe9964ef8 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Fri, 1 May 2026 14:06:56 +0000 Subject: [PATCH] chore: fix Bigtable integration replacements Librarian is currently using an older version of Python; changing the regex is simpler than updating Python. The generated docs link has changed now that we've removed overrides. This does not re-enable Bigtable generation, but means it'll be simpler to get it generating again when other aspects are ready. --- .../client-post-processing/bigtable-integration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.librarian/generator-input/client-post-processing/bigtable-integration.yaml b/.librarian/generator-input/client-post-processing/bigtable-integration.yaml index 4ed17231fd7e..526d9005a2d1 100644 --- a/.librarian/generator-input/client-post-processing/bigtable-integration.yaml +++ b/.librarian/generator-input/client-post-processing/bigtable-integration.yaml @@ -247,7 +247,7 @@ replacements: - paths: [ packages/google-cloud-bigtable/google/cloud/bigtable_admin_v2/__init__.py ] - before: '"UpdateTableRequest",\n\)\n\z' + before: '"UpdateTableRequest",\n\)\n\Z' after: | "UpdateTableRequest", ) @@ -259,7 +259,7 @@ replacements: - paths: [ packages/google-cloud-bigtable/google/cloud/bigtable_admin/__init__.py ] - before: '"Type",\n\)\n\z' + before: '"Type",\n\)\n\Z' after: | "Type", ) @@ -325,7 +325,7 @@ replacements: packages/google-cloud-bigtable/README.rst ] before: | - .. _Product Documentation: https://cloud.google.com/bigtable\n + .. _Product Documentation: https://cloud.google.com/bigtable/docs\n Quick Start after: | .. _Product Documentation: https://cloud.google.com/bigtable/docs