Skip to content

Commit bdd15d8

Browse files
authored
chore(librarian): update preserve_regex for google-cloud-bigquery-storage (#14849)
This PR resolves the following issue when running `librarian generate` for `google-cloud-bigquery-storage` ``` time=2025-11-05T14:28:05.854Z level=ERROR msg="librarian command failed" err="file existed in destination: /usr/local/google/home/partheniou/git/google-cloud-python/packages/google-cloud-bigquery-storage/tests/unit/__init__.py" ``` `packages/google-cloud-bigquery-storage/tests/unit/__init__.py` is a generated file and should be omitted from the `preserve_regex` to avoid the above error
1 parent 3af943d commit bdd15d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.librarian/state.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,8 @@ libraries:
969969
- scripts/readme-gen
970970
- testing/.gitignore
971971
- tests/system
972-
- tests/unit/.*.py
972+
- tests/unit/helpers.py
973+
- tests/unit/test_.*.py
973974
remove_regex:
974975
- packages/google-cloud-bigquery-storage
975976
tag_format: '{id}-v{version}'

0 commit comments

Comments
 (0)