Skip to content

Commit 1b5080c

Browse files
committed
Merge branch 'main' into shuowei-deprecate-blob-api
2 parents 53a1139 + adbabae commit 1b5080c

995 files changed

Lines changed: 120114 additions & 16553 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.kokoro/continuous/continuous-bigframes.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ env_vars: {
55
key: "NOX_SESSION"
66
value: "e2e load system_prerelease notebook system_noextras"
77
}
8+
9+
env_vars: {
10+
key: "BIGFRAMES_TEST_PROJECT"
11+
value: "bigframes-load-testing"
12+
}

.kokoro/continuous/prerelease.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ env_vars: {
55
key: "NOX_SESSION"
66
value: "prerelease_deps"
77
}
8+
9+
env_vars: {
10+
key: "BIGFRAMES_TEST_PROJECT"
11+
value: "bigframes-load-testing"
12+
}

.kokoro/continuous/system.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ env_vars: {
55
key: "NOX_SESSION"
66
value: "system-3.12"
77
}
8+
9+
env_vars: {
10+
key: "BIGFRAMES_TEST_PROJECT"
11+
value: "bigframes-load-testing"
12+
}

.kokoro/presubmit/prerelease.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ env_vars: {
55
key: "NOX_SESSION"
66
value: "prerelease_deps"
77
}
8+
9+
env_vars: {
10+
key: "BIGFRAMES_TEST_PROJECT"
11+
value: "bigframes-testing"
12+
}

.kokoro/presubmit/presubmit-doctest-bigframes.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ env_vars: {
1515
env_vars: {
1616
key: "TRAMPOLINE_BUILD_FILE"
1717
value: "github/google-cloud-python/packages/bigframes/scripts/run_doctest.sh"
18-
}
18+
}
19+
20+
env_vars: {
21+
key: "BIGFRAMES_TEST_PROJECT"
22+
value: "bigframes-testing"
23+
}

.kokoro/presubmit/system.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ env_vars: {
55
key: "NOX_SESSION"
66
value: "system-3.12"
77
}
8+
9+
env_vars: {
10+
key: "BIGFRAMES_TEST_PROJECT"
11+
value: "bigframes-testing"
12+
}

.librarian/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ libraries:
3434
release_blocked: true
3535
- id: "google-cloud-compute-v1beta"
3636
release_blocked: true
37+
# TODO(b/501132869): Disabling automatic releases until resolved.
38+
- id: "google-cloud-bigtable"
39+
release_blocked: true

.librarian/generator-input/client-post-processing/allow-docs-warnings.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ url: https://github.com/googleapis/gapic-generator-python/issues/2490
1717
# is annoying, but that's what synthtool expects and it's not worth fixing that
1818
# at this stage.
1919
replacements:
20+
- paths: [
21+
packages/google-analytics-data/noxfile.py,
22+
]
23+
before: ' "-W", # warnings as errors\n'
24+
after: ''
25+
count: 1
2026
- paths: [
2127
packages/google-cloud-compute/noxfile.py,
2228
]

.librarian/generator-input/client-post-processing/bigtable-integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ replacements:
247247
- paths: [
248248
packages/google-cloud-bigtable/google/cloud/bigtable_admin_v2/__init__.py
249249
]
250-
before: '"UpdateTableRequest",\n\)\n\z'
250+
before: '"UpdateTableRequest",\n\)\n\Z'
251251
after: |
252252
"UpdateTableRequest",
253253
)
@@ -259,7 +259,7 @@ replacements:
259259
- paths: [
260260
packages/google-cloud-bigtable/google/cloud/bigtable_admin/__init__.py
261261
]
262-
before: '"Type",\n\)\n\z'
262+
before: '"Type",\n\)\n\Z'
263263
after: |
264264
"Type",
265265
)
@@ -325,7 +325,7 @@ replacements:
325325
packages/google-cloud-bigtable/README.rst
326326
]
327327
before: |
328-
.. _Product Documentation: https://cloud.google.com/bigtable\n
328+
.. _Product Documentation: https://cloud.google.com/bigtable/docs\n
329329
Quick Start
330330
after: |
331331
.. _Product Documentation: https://cloud.google.com/bigtable/docs

.librarian/generator-input/client-post-processing/pubsub-integration.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -175,25 +175,6 @@ replacements:
175175

176176
# --- DOCUMENTATION RESTORATIONS ---
177177

178-
# --- FIX: Restore custom README.rst Introduction ---
179-
- paths:
180-
- "packages/google-cloud-pubsub/README.rst"
181-
before: '`Cloud Pub/Sub`_: is designed to provide reliable, many-to-many, asynchronous messaging between applications\. Publisher applications can send messages to a topic and other applications can subscribe to that topic to receive the messages\. By decoupling senders and receivers, Google Cloud Pub/Sub allows developers to communicate between independently written applications\.'
182-
after: |-
183-
'Cloud Pub/Sub:' is a fully-managed real-time messaging service that
184-
allows you to send and receive messages between independent applications. You
185-
can leverage Cloud Pub/Sub’s flexibility to decouple systems and components
186-
hosted on Google Cloud Platform or elsewhere on the Internet. By building on
187-
the same technology Google uses, Cloud Pub / Sub is designed to provide “at
188-
least once” delivery at low latency with on-demand scalability to 1 million
189-
messages per second (and beyond).
190-
191-
Publisher applications can send messages to a ``topic`` and other applications
192-
can subscribe to that topic to receive the messages. By decoupling senders and
193-
receivers, Google Cloud Pub/Sub allows developers to communicate between
194-
independently written applications.
195-
count: 1
196-
197178
# --- FIX: Restore README.rst Example Usage & Footer sections ---
198179
- paths:
199180
- "packages/google-cloud-pubsub/README.rst"

0 commit comments

Comments
 (0)