Skip to content

Commit c20751b

Browse files
committed
Merge branch 'main' into shuowei-anywidget-extraneous-output
2 parents cdcbf0c + adbabae commit c20751b

1,276 files changed

Lines changed: 122906 additions & 19403 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/bigquery-storage-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ replacements:
476476
before: |
477477
.. include:: README.rst\n
478478
.. include:: multiprocessing.rst\n
479-
This package includes clients for multiple versions of Google BigQuery Storage.
479+
This package includes clients for multiple versions of BigQuery Storage.
480480
By default, you will get version ``bigquery_storage_v1``.\n\n
481481
API Reference
482482
-------------

.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

0 commit comments

Comments
 (0)