Skip to content

Commit a84aa78

Browse files
authored
chore: fix Bigtable integration replacements (#16915)
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.
1 parent 6025694 commit a84aa78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.librarian/generator-input/client-post-processing/bigtable-integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ replacements:
247247
- paths: [
248248
packages/google-cloud-bigtable/google/cloud/bigtable_admin_v2/__init__.py
249249
]
250-
before: '"UpdateTableRequest",\n\)\n\z'
250+
before: '"UpdateTableRequest",\n\)\n\Z'
251251
after: |
252252
"UpdateTableRequest",
253253
)
@@ -259,7 +259,7 @@ replacements:
259259
- paths: [
260260
packages/google-cloud-bigtable/google/cloud/bigtable_admin/__init__.py
261261
]
262-
before: '"Type",\n\)\n\z'
262+
before: '"Type",\n\)\n\Z'
263263
after: |
264264
"Type",
265265
)
@@ -325,7 +325,7 @@ replacements:
325325
packages/google-cloud-bigtable/README.rst
326326
]
327327
before: |
328-
.. _Product Documentation: https://cloud.google.com/bigtable\n
328+
.. _Product Documentation: https://cloud.google.com/bigtable/docs\n
329329
Quick Start
330330
after: |
331331
.. _Product Documentation: https://cloud.google.com/bigtable/docs

0 commit comments

Comments
 (0)