Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit a6d6afa

Browse files
feat: new JSON type through BigQuery Write (#178)
Committer: @yirutang PiperOrigin-RevId: 368275477 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Apr 13 12:51:14 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 95e7f055087a43f638ffd9a0f25ce36dbea87953 Source-Link: googleapis/googleapis@95e7f05
1 parent 1503f57 commit a6d6afa

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

google/cloud/bigquery_storage_v1beta2/proto/table.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ message TableFieldSchema {
7676

7777
// Interval
7878
INTERVAL = 14;
79+
80+
// JSON, String
81+
JSON = 15;
7982
}
8083

8184
enum Mode {

google/cloud/bigquery_storage_v1beta2/types/table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ class Type(proto.Enum):
7474
NUMERIC = 12
7575
BIGNUMERIC = 13
7676
INTERVAL = 14
77+
JSON = 15
7778

7879
class Mode(proto.Enum):
7980
r""""""

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigquery-storage.git",
7-
"sha": "f5f999b779e85483d8dcb66885004b2ce0469464"
7+
"sha": "1503f575a78496a770d05d5a7ab4dbcbf1476cd8"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "b1614aa0668564ec41d78b72cf776e0292ffc98c",
15-
"internalRef": "366811078"
14+
"sha": "95e7f055087a43f638ffd9a0f25ce36dbea87953",
15+
"internalRef": "368275477"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)