Skip to content

Commit 7490a33

Browse files
authored
chore: skip bigquery and bigtable release (#17326)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-cloud-python/issues) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent d485343 commit 7490a33

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.librarian/config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,11 @@ libraries:
3535
# Allow releases for sqlalchemy-bigquery once the bug above is fixed.
3636
- id: "sqlalchemy-bigquery"
3737
release_blocked: true
38+
# TODO(https://github.com/googleapis/google-cloud-python/issues/17327)
39+
- id: "google-cloud-bigquery"
40+
release_blocked: true
41+
# TODO(https://github.com/googleapis/google-cloud-python/issues/17327)
42+
- id: "google-cloud-bigtable"
43+
release_blocked: true
44+
3845

librarian.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ libraries:
510510
default_version: v1beta
511511
- name: google-cloud-bigquery
512512
version: 3.41.0
513+
skip_release: true
513514
python:
514515
library_type: GAPIC_COMBO
515516
metadata_name_override: bigquery
@@ -607,6 +608,7 @@ libraries:
607608
apis:
608609
- path: google/bigtable/v2
609610
- path: google/bigtable/admin/v2
611+
skip_release: true
610612
python:
611613
library_type: GAPIC_COMBO
612614
opt_args_by_api:

0 commit comments

Comments
 (0)