Skip to content

Commit c5da564

Browse files
authored
chore(librarian): block release for sqlalchemy-bigquery (googleapis#17289)
block release for sqlalchemy-bigquery until googleapis#17287 is resolved.
1 parent 7dd5450 commit c5da564

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.librarian/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ libraries:
3434
# Disable automatic releases until system tests are sped up or reorganized.
3535
- id: "google-cloud-firestore"
3636
release_blocked: true
37+
# TODO(https://github.com/googleapis/google-cloud-python/issues/17287):
38+
# Allow releases for sqlalchemy-bigquery once the bug above is fixed.
39+
- id: "sqlalchemy-bigquery"
40+
release_blocked: true
3741

librarian.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2530,6 +2530,7 @@ libraries:
25302530
library_type: CORE
25312531
- name: sqlalchemy-bigquery
25322532
version: 1.17.0
2533+
skip_release: true
25332534
python:
25342535
library_type: INTEGRATION
25352536
- name: sqlalchemy-spanner

0 commit comments

Comments
 (0)