Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .librarian/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@ libraries:
# Allow releases for sqlalchemy-bigquery once the bug above is fixed.
- id: "sqlalchemy-bigquery"
release_blocked: true
# TODO(https://github.com/googleapis/google-cloud-python/issues/17327)
- id: "google-cloud-bigquery"
release_blocked: true
# TODO(https://github.com/googleapis/google-cloud-python/issues/17327)
- id: "google-cloud-bigtable"
release_blocked: true


2 changes: 2 additions & 0 deletions librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ libraries:
default_version: v1beta
- name: google-cloud-bigquery
version: 3.41.0
skip_release: true
python:
library_type: GAPIC_COMBO
metadata_name_override: bigquery
Expand Down Expand Up @@ -607,6 +608,7 @@ libraries:
apis:
- path: google/bigtable/v2
- path: google/bigtable/admin/v2
skip_release: true
python:
library_type: GAPIC_COMBO
opt_args_by_api:
Expand Down
Loading