Skip to content

Commit be9a81b

Browse files
chore(main): release 2.30.0 (#914)
* chore(main): release 2.30.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 741fada commit be9a81b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bigquery_storage/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigquery-storage",
11-
"version": "0.1.0"
11+
"version": "2.30.0"
1212
},
1313
"snippets": [
1414
{

bigquery_storage/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigquery-storage",
11-
"version": "0.1.0"
11+
"version": "2.30.0"
1212
},
1313
"snippets": [
1414
{

bigquery_storage/pyarrow/append_rows_with_arrow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
# limitations under the License.
1616
import datetime
1717
import decimal
18+
19+
from google.cloud.bigquery import enums
1820
import pandas as pd
1921
import pyarrow as pa
2022

2123
from google.cloud import bigquery
22-
from google.cloud.bigquery import enums
2324
from google.cloud.bigquery_storage_v1 import types as gapic_types
2425
from google.cloud.bigquery_storage_v1.writer import AppendRowsStream
2526

26-
2727
TABLE_LENGTH = 100_000
2828

2929
BQ_SCHEMA = [

0 commit comments

Comments
 (0)