Commit bdd15d8
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 error1 parent 3af943d commit bdd15d8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
969 | 969 | | |
970 | 970 | | |
971 | 971 | | |
972 | | - | |
| 972 | + | |
| 973 | + | |
973 | 974 | | |
974 | 975 | | |
975 | 976 | | |
| |||
0 commit comments